Skip to content

Commit

Permalink
Add dist to Jest's modulePathIgnorePatterns
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdavidson committed May 31, 2020
1 parent 39dce77 commit 5cfd930
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
modulePathIgnorePatterns: ['<rootDir>/dist'],
};

0 comments on commit 5cfd930

Please sign in to comment.