Skip to content

Commit

Permalink
Fix jest config for newer jest
Browse files Browse the repository at this point in the history
  • Loading branch information
wayfarer3130 committed May 15, 2023
1 parent d5c5951 commit f4be73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

module.exports = {
verbose: true,
roots: ['<rootDir>/src'],
// roots: ['<rootDir>/src'],
testMatch: ['<rootDir>/src/**/*.test.js'],
testPathIgnorePatterns: ['<rootDir>/node_modules/'],
testEnvironment: 'jsdom',
Expand Down

0 comments on commit f4be73b

Please sign in to comment.