Skip to content

Commit

Permalink
Update jest config so that js tests don't run out of memory
Browse files Browse the repository at this point in the history
  • Loading branch information
diracdeltas committed Oct 17, 2023
1 parent e23bd07 commit ebc1cc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Expand Up @@ -39,6 +39,7 @@ module.exports = {
clearMocks: true,
resetMocks: true,
resetModules: true,
coverageProvider: 'v8',
collectCoverage: true,
collectCoverageFrom: [
"<rootDir>/build/commands/lib/*",
Expand Down

0 comments on commit ebc1cc0

Please sign in to comment.