Skip to content

Commit ae8ce98

Browse files
authored
fix: add typescript files to coverage report (#571)
1 parent 3b90473 commit ae8ce98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/jest.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = {
2727
'env.config': envConfigPath,
2828
},
2929
collectCoverageFrom: [
30-
'src/**/*.{js,jsx}',
30+
'src/**/*.{js,jsx,ts,tsx}',
3131
],
3232
coveragePathIgnorePatterns: [
3333
'/node_modules/',

0 commit comments

Comments
 (0)