Fix jest config for newer jest
This commit is contained in:
parent
d5c5951e57
commit
f4be73b5cf
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
verbose: true,
|
verbose: true,
|
||||||
roots: ['<rootDir>/src'],
|
// roots: ['<rootDir>/src'],
|
||||||
testMatch: ['<rootDir>/src/**/*.test.js'],
|
testMatch: ['<rootDir>/src/**/*.test.js'],
|
||||||
testPathIgnorePatterns: ['<rootDir>/node_modules/'],
|
testPathIgnorePatterns: ['<rootDir>/node_modules/'],
|
||||||
testEnvironment: 'jsdom',
|
testEnvironment: 'jsdom',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user