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 ca646f8 commit b09841f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = {
coverageDirectory: 'coverage',
setupFiles: ['./jest-setup.js'],
collectCoverageFrom: [
'packages/**/*.{js,ts}',
'packages/**/src/**/*.{js,ts}',
'!packages/examples/**/*',
'!packages/httpclient/src/examples/**/*',
'!packages/httpclient-axios/src/examples/**/*',
Expand Down

0 comments on commit b09841f

Please sign in to comment.