Skip to content

Commit

Permalink
workaround bigint error - refs jestjs/jest#11617
Browse files Browse the repository at this point in the history
  • Loading branch information
springmeyer committed Jun 17, 2024
1 parent ab5a066 commit 17c5ed7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/jest.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 17c5ed7

Please sign in to comment.