Skip to content

Commit

Permalink
perf(jest): use isolated modules to increase jest speed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Sonshine committed Feb 3, 2022
1 parent 32e752e commit c332be6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = {
globals: {
'ts-jest': {
diagnostics: false,
isolatedModules: true,
},
},
};

0 comments on commit c332be6

Please sign in to comment.