Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
AshutoshSajan committed Dec 12, 2023
1 parent b2f9e42 commit 2e8a6f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module.exports = {
testEnvironmentOptions: {
NODE_ENV: 'test',
},
testPathIgnorePatterns: ['/node_modules/'],
testMatch: ['<rootDir>/tests/**/*.test.js'],
restoreMocks: true,
// coveragePathIgnorePatterns: ['node_modules', 'src/config', 'src/app.js', 'tests'],
Expand Down

0 comments on commit 2e8a6f1

Please sign in to comment.