diff --git a/js/jest.config.json b/js/jest.config.json index 48f38785..af7c181e 100644 --- a/js/jest.config.json +++ b/js/jest.config.json @@ -3,5 +3,6 @@ "^.+\\.ts": "ts-jest" }, "testRegex": "test/unit/(.*|(\\.|/)(test|spec))\\.(js|ts)$", - "moduleFileExtensions": ["ts", "js", "json", "node"] + "moduleFileExtensions": ["ts", "js", "json", "node"], + "workerThreads": true }