Skip to content

Commit

Permalink
include testMatch
Browse files Browse the repository at this point in the history
  • Loading branch information
AshutoshSajan committed Dec 12, 2023
1 parent 816c1d7 commit 2cf7df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
NODE_ENV: 'test',
},
testPathIgnorePatterns: ['/node_modules/'],
// testMatch: ['<rootDir>/tests/**/*.test.js'],
testMatch: ['<rootDir>/tests/**/*.test.js'],
restoreMocks: true,
// coveragePathIgnorePatterns: ['node_modules', 'src/config', 'src/app.js', 'tests'],
// coverageReporters: ['text', 'lcov', 'clover', 'html'],
Expand Down

0 comments on commit 2cf7df6

Please sign in to comment.