Skip to content

Commit

Permalink
test(coverage): update coverage files
Browse files Browse the repository at this point in the history
  • Loading branch information
seriouslag committed Apr 23, 2024
1 parent c5fa111 commit ca646f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ module.exports = {
setupFiles: ['./jest-setup.js'],
collectCoverageFrom: [
'packages/**/*.{js,ts}',
'!packages/examples/**/*',
'!packages/httpclient/src/examples/**/*',
'!packages/httpclient-axios/src/examples/**/*',
],
testPathIgnorePatterns: ['/out/', '/node_modules/'],
modulePaths: ['<rootDir>/packages/'],
Expand Down

0 comments on commit ca646f8

Please sign in to comment.