Fix jest config for newer jest
This commit is contained in:
parent
d5c5951e57
commit
f4be73b5cf
@ -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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user