Skip to content

Commit

Permalink
test(jest): ignore dist folder (#9952)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed May 11, 2021
1 parent f6c5a6b commit f7dbce9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const config: InitialOptionsTsJest = {
statements: 100,
},
},
modulePathIgnorePatterns: ['<rootDir>/dist/'],
reporters: ['default', './tmp/tools/jest-gh-reporter.js'],
setupFilesAfterEnv: ['<rootDir>/test/globals.ts'],
snapshotSerializers: ['<rootDir>/test/newline-snapshot-serializer.ts'],
Expand Down

0 comments on commit f7dbce9

Please sign in to comment.