Skip to content

Commit

Permalink
fix: open handler in interval test
Browse files Browse the repository at this point in the history
  • Loading branch information
movpushmov committed May 8, 2024
1 parent 51ed264 commit 2dbde5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/interval/interval.fork.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,6 @@ test('exposed timers api', async () => {
await wait(5);

expect(mockedFn).toBeCalled();

stop();
});

0 comments on commit 2dbde5a

Please sign in to comment.