fix form validation mode
This commit is contained in:
2
client/package.json
vendored
2
client/package.json
vendored
@@ -12,7 +12,7 @@
|
||||
"lint:fix": "eslint './src/**/*.(ts|tsx)' --fix",
|
||||
"test": "jest",
|
||||
"test:watch": "jest --watch",
|
||||
"test:e2e": "npx playwright test install.spec.ts --headed && npx playwright test test/e2e/dashboard",
|
||||
"test:e2e": "npx playwright test tests/e2e --headed",
|
||||
"test:e2e:interactive": "npx playwright test --ui",
|
||||
"test:e2e:debug": "npx playwright test --debug",
|
||||
"test:e2e:codegen": "npx playwright codegen",
|
||||
|
||||
Reference in New Issue
Block a user