tests: fix slow speed

This commit is contained in:
Torsten Dittmann
2022-04-22 13:18:12 +02:00
parent 966e88f2b3
commit 220dae79db
+1 -1
View File
@@ -14,7 +14,7 @@
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .",
"test": "jest tests/unit",
"test": "jest tests/unit --maxWorkers=1",
"test:watch": "npm run test -- --watch",
"e2e": "playwright test tests/e2e"
},