From b1547122d0e8096b166a44e14c1fbcc009059d4a Mon Sep 17 00:00:00 2001 From: Hugo Voisin Date: Mon, 14 Nov 2022 18:17:38 +0100 Subject: [PATCH] test: use jest fake timers by default --- jest.config.js | 1 + 1 file changed, 1 insertion(+) 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', }