Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Jan 7, 2025
1 parent 9705850 commit eb7ea4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/config/src/jest/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ const createJestTSConfig = (
'src/**/*.{js,jsx,ts,tsx}',
'!src/**/*.test.{js,jsx,ts,tsx}',
'!src/**/__tests__/**',
'!src/**/test*/**',
'!**/test*/**',
'!**/e2e-tests/**',
'!**/qa/**',
],
coverageDirectory: '<rootDir>/coverage',
}
Expand Down

0 comments on commit eb7ea4c

Please sign in to comment.