Fix jest config for newer jest

This commit is contained in:
Bill Wallace 2023-05-15 10:09:54 -04:00
parent d5c5951e57
commit f4be73b5cf

View File

@ -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',