mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
tests: fix slow speed
This commit is contained in:
+1
-1
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user