From 220dae79db5d66c6c0010eea004802cce8d3206c Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Fri, 22 Apr 2022 13:18:12 +0200 Subject: [PATCH] tests: fix slow speed --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 37ae63b4e..ee5387757 100644 --- a/package.json +++ b/package.json @@ -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" },