We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31acdcd commit 7a457feCopy full SHA for 7a457fe
src/lib/temporary.test.ts
@@ -20,7 +20,7 @@ describe('Temporary', () => {
20
})
21
22
expect(intervalFn).toBeCalledTimes(0)
23
- vi.advanceTimersByTime(1100)
+ vi.advanceTimersByTime(1200)
24
expect(intervalFn).toBeCalledTimes(1)
25
26
expect(eventFn).toBeCalledTimes(0)
@@ -31,7 +31,7 @@ describe('Temporary', () => {
31
expect(temp.cleaned).toBe(true)
32
33
34
35
36
37
expect(eventFn).toBeCalledTimes(1)
0 commit comments