Skip to content

Commit

Permalink
Jest should ignore files in /dist/
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn committed Jun 11, 2020
1 parent 39a8292 commit 852abfc
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 @@ -3,4 +3,5 @@ module.exports = {
preset: "ts-jest",
resetMocks: true,
testEnvironment: "node",
testPathIgnorePatterns: ["<rootDir>/node_modules/", "<rootDir>/dist/"],
};

0 comments on commit 852abfc

Please sign in to comment.