Skip to content

Commit

Permalink
Use fake setImmediate
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Feb 8, 2023
1 parent e6597c3 commit 1b02c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {
},
fakeTimers: {
enableGlobally: true,
doNotFake: ['nextTick', 'setImmediate'],
doNotFake: ['nextTick'],
},
testEnvironment: 'jsdom',
setupFiles: [
Expand Down

0 comments on commit 1b02c52

Please sign in to comment.