Skip to content

Commit 2612d8c

Browse files
committed
Update package.json
1 parent aaced15 commit 2612d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"validate": "npm run type-check && npm run lint && npm run format:check",
1212
"generate-config": "npx ts-node scripts/generateProjectConfig.ts",
1313
"test": "npm run generate-config && playwright test",
14-
"test:e2e": "npm run generate-config && ENABLE_E2E_TESTS=true ENABLE_UI_TESTS=false playwright test",
14+
"test:e2e": "npm run generate-config && ENABLE_E2E_TESTS=true ENABLE_UI_TESTS=false ENABLE_IMPORT_TESTS=true playwright test",
1515
"test:ui": "ENABLE_E2E_TESTS=false ENABLE_UI_TESTS=true playwright test",
1616
"test:ui-interactive": "ENABLE_E2E_TESTS=false ENABLE_UI_TESTS=true playwright test --ui",
1717
"test:all": "npm run generate-config && ENABLE_E2E_TESTS=true ENABLE_UI_TESTS=true playwright test",

0 commit comments

Comments
 (0)