Skip to content

Commit

Permalink
chore: remove testRegex from jest config (#2956)
Browse files Browse the repository at this point in the history
Remove testRegex from Jest config to revert to default jest test file detection
  • Loading branch information
adeldhis2 authored Jan 22, 2024
1 parent 2966187 commit 86d968d
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 86d968d

Please sign in to comment.