Skip to content

Commit

Permalink
fix: collect coverage from jsx files
Browse files Browse the repository at this point in the history
  • Loading branch information
just-paja committed Oct 21, 2022
1 parent 18c74a9 commit c8d9e74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/jest/lib/project.js
Expand Up @@ -8,6 +8,7 @@ function configureProject (rootDir, projects, config = {}) {
return {
collectCoverageFrom: [
'**/*.js',
'**/*.jsx',
'**/*.mjs',
'!**/__fixtures__/**',
'!**/static/**',
Expand Down

0 comments on commit c8d9e74

Please sign in to comment.