Skip to content

Commit

Permalink
chore: remove testRegex from jest config
Browse files Browse the repository at this point in the history
to revert to default test file detection
  • Loading branch information
adeldhis2 committed Jan 17, 2024
1 parent 2966187 commit dd2cbb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ module.exports = {
setupFilesAfterEnv: ['./config/testSetup.js'],

testRunner: 'jest-circus/runner',
testRegex: ['/src/modules/__tests__/.*.spec.js?$'],
reporters: [
'default',
[
Expand Down

0 comments on commit dd2cbb7

Please sign in to comment.