diff --git a/jest.config.js b/jest.config.js index 6df97c4..89348ad 100644 --- a/jest.config.js +++ b/jest.config.js @@ -11,7 +11,7 @@ module.exports = { } }, moduleFileExtensions: ['ts', 'tsx', 'js'], - setupTestFrameworkScriptFile: '/test/setup.js', + setupFilesAfterEnv: ['/test/setup.js'], testMatch: ['/test/**/*.spec.(ts|js)'], transform: { '^.+\\.ts$': 'ts-jest'