Skip to content

Commit

Permalink
Improve tests performance
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericbarthelet committed May 17, 2021
1 parent 75a45b4 commit cff433a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,9 @@ module.exports = {
testPathIgnorePatterns: ["dist"],
testEnvironment: "node",
testTimeout: 10000,
globals: {
"ts-jest": {
isolatedModules: true,
},
},
};

0 comments on commit cff433a

Please sign in to comment.