diff --git a/jest.config.js b/jest.config.js index 3200e205a..f03d1e231 100644 --- a/jest.config.js +++ b/jest.config.js @@ -3,7 +3,7 @@ module.exports = { setupFiles: [ '/config/polyfills.js', '/config/animationShim.js', - ], + ] testMatch: [ '/src/**/__tests__/**/*.js?(x)', '/src/**/?(*.)(spec|test).js?(x)',