diff --git a/jest.config.js b/jest.config.js index 514a8caebdb..9ee495adfd2 100644 --- a/jest.config.js +++ b/jest.config.js @@ -51,4 +51,5 @@ module.exports = { ], coveragePathIgnorePatterns: ['\\.web\\.(test|spec)', '/node_modules/', '/src/environment'], collectCoverage: false, + timers: 'legacy', }