diff --git a/jest.config.js b/jest.config.js index f4bfac91..8a16f68b 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,4 +1,4 @@ -export default { +module.exports = { setupFilesAfterEnv: ['./__test__/setup.js'], rootDir: 'src', testMatch: ['**/*.test.js'],