We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b90473 commit ae8ce98Copy full SHA for ae8ce98
config/jest.config.js
@@ -27,7 +27,7 @@ module.exports = {
27
'env.config': envConfigPath,
28
},
29
collectCoverageFrom: [
30
- 'src/**/*.{js,jsx}',
+ 'src/**/*.{js,jsx,ts,tsx}',
31
],
32
coveragePathIgnorePatterns: [
33
'/node_modules/',
0 commit comments