Skip to content

Commit b6a29a4

Browse files
committed
fix: add typescript files to coverage report
1 parent e4e80db commit b6a29a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ module.exports = {
2828
},
2929
collectCoverageFrom: [
3030
'src/**/*.{js,jsx}',
31+
'src/**/*.{ts,tsx}',
3132
],
3233
coveragePathIgnorePatterns: [
3334
'/node_modules/',

0 commit comments

Comments
 (0)