Skip to content

Commit

Permalink
Merge pull request #1205 from Quramy/modify_codecov_config
Browse files Browse the repository at this point in the history
chore: Modify jest instrumentation
  • Loading branch information
Quramy committed Feb 29, 2024
2 parents 112642f + 1cd152e commit 7ec3983
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.mjs
Expand Up @@ -9,6 +9,7 @@ export default {
},
testRegex: '(src/.*\\.test)\\.ts$',
testPathIgnorePatterns: ['/node_modules/', '\\.d\\.ts$', 'lib/.*'],
coverageProvider: 'v8',
collectCoverageFrom: ['src/**/*.ts', '!**/testing/**'],
moduleFileExtensions: ['js', 'ts', 'json'],
};

0 comments on commit 7ec3983

Please sign in to comment.