Skip to content

Commit

Permalink
test: update base jest config to use workerThreads
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurapov committed Jul 4, 2023
1 parent db291bd commit 36a380f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jest.config.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ module.exports = {
},
testEnvironment: 'node',
moduleDirectories: ['node_modules', './'],
modulePaths: ['node_modules', './']
modulePaths: ['node_modules', './'],
workerThreads: true
}

0 comments on commit 36a380f

Please sign in to comment.