Skip to content

Commit 9d18c0c

Browse files
committed
chore: update fake timers
1 parent 0f2e4d4 commit 9d18c0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/container/tests/iam_authentication.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ describe("iam authentication", () => {
7373
beforeEach(async () => {
7474
logger.info(`Test started: ${expect.getState().currentTestName}`);
7575
jest.useFakeTimers({
76-
doNotFake: ["nextTick"]
76+
doNotFake: ["nextTick", "setTimeout", "setInterval", "clearTimeout", "clearInterval", "setImmediate", "clearImmediate"]
7777
});
7878
client = null;
7979
env = await TestEnvironment.getCurrent();

0 commit comments

Comments
 (0)