From 50940df8849e8b99fc87d27c1d806eb390815470 Mon Sep 17 00:00:00 2001 From: Paolo Brasolin Date: Sun, 7 May 2023 10:23:41 +0200 Subject: [PATCH] fix: workaround for jestjs/jest#11617 --- jest.config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/jest.config.json b/jest.config.json index 6b91288..e66d000 100644 --- a/jest.config.json +++ b/jest.config.json @@ -7,5 +7,6 @@ "notify": false, "testEnvironment": "node", "testRegex": "/src/.+\\.(test|spec)\\.ts$", + "maxWorkers": 1, "roots": ["/src"] }