fix tests

This commit is contained in:
Ildar Kamalov
2025-01-29 18:28:34 +03:00
parent 885e24496c
commit 77d05e550e
5 changed files with 31 additions and 13 deletions

2
client/package.json vendored
View File

@@ -12,7 +12,7 @@
"lint:fix": "eslint './src/**/*.(ts|tsx)' --fix",
"test": "jest",
"test:watch": "jest --watch",
"test:e2e": "npx playwright test tests/e2e --headed",
"test:e2e": "npx playwright test tests/e2e",
"test:e2e:interactive": "npx playwright test --ui",
"test:e2e:debug": "npx playwright test --debug",
"test:e2e:codegen": "npx playwright codegen",