From c35d406bcae1bf0c9785c4749af97dec9b2bf36f Mon Sep 17 00:00:00 2001 From: Joel Date: Fri, 15 Sep 2023 09:46:45 +0930 Subject: [PATCH] single thread tests --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ccc7dd9..693c2a8 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "scripts": { "test": "vitest", "test-no-watch": "vitest --watch false", - "test-cov": " vitest --coverage", + "test-cov": " vitest --coverage --singleThread", "lint-check": "eslint .", "lint-fix": "eslint --fix .", "format-check": "npx prettier --check \"./**/*.ts\" \"!./dist\"",