Skip to content

Commit

Permalink
Merge pull request #5 from webKrafters/export
Browse files Browse the repository at this point in the history
jest config update
  • Loading branch information
steveswork authored Mar 31, 2024
2 parents 9214eee + eab07b7 commit 20c0a5c
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 @@ -2,6 +2,7 @@ module.exports = {
collectCoverageFrom: [ 'src/**/*.ts' ],
"coveragePathIgnorePatterns": [
"<rootDir>/src/\\$global.ts",
"<rootDir>/src/types.ts",
],
detectOpenHandles: true,
preset: 'ts-jest',
Expand Down

0 comments on commit 20c0a5c

Please sign in to comment.