Skip to content

Commit

Permalink
fix: add typescript files to coverage report (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpenido authored Jul 23, 2024
1 parent 3b90473 commit ae8ce98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = {
'env.config': envConfigPath,
},
collectCoverageFrom: [
'src/**/*.{js,jsx}',
'src/**/*.{js,jsx,ts,tsx}',
],
coveragePathIgnorePatterns: [
'/node_modules/',
Expand Down

0 comments on commit ae8ce98

Please sign in to comment.