Skip to content

Commit

Permalink
mc
Browse files Browse the repository at this point in the history
  • Loading branch information
AshutoshSajan committed Dec 12, 2023
1 parent d6bf496 commit b2f9e42
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 @@ -3,7 +3,7 @@ module.exports = {
testEnvironmentOptions: {
NODE_ENV: 'test',
},
// 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 b2f9e42

Please sign in to comment.