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"] }