Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AshutoshSajan committed Dec 12, 2023
1 parent 7f9c8fb commit d6bf496
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ 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'],
// coveragePathIgnorePatterns: ['node_modules', 'src/config', 'src/app.js', 'tests'],
// coverageReporters: ['text', 'lcov', 'clover', 'html'],
reporters: [
'default',
[
Expand Down

0 comments on commit d6bf496

Please sign in to comment.