diff --git a/jest.config.js b/jest.config.js index a4c10f93..be54f49e 100644 --- a/jest.config.js +++ b/jest.config.js @@ -26,5 +26,5 @@ module.exports = { modulePathIgnorePatterns: ['/lib/', '/dist/'], // A list of paths to modules that run some code to configure or set up the testing framework before each test - setupFilesAfterEnv: ['/jest.setup.ts'], + setupFilesAfterEnv: ['/src/jest.setup.ts'], };