diff --git a/jest.config.js b/jest.config.js index 695bc918c19a..32c07a669aa7 100644 --- a/jest.config.js +++ b/jest.config.js @@ -23,7 +23,7 @@ module.exports = { }, fakeTimers: { enableGlobally: true, - doNotFake: ['nextTick', 'setImmediate'], + doNotFake: ['nextTick'], }, testEnvironment: 'jsdom', setupFiles: [