Skip to content

Commit

Permalink
fix: ignore jest files
Browse files Browse the repository at this point in the history
  • Loading branch information
just-paja committed Nov 23, 2022
1 parent fc772a5 commit 9a66ad6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/jest/lib/project.js
Expand Up @@ -12,6 +12,7 @@ function configureProject (rootDir, projects, config = {}) {
'**/*.mjs',
'!**/__fixtures__/**',
'!**/__samples__/**',
'!**/__jest__/**',
'!**/static/**',
'!**/coverage/**',
'!jest.*'
Expand Down

0 comments on commit 9a66ad6

Please sign in to comment.