Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leaftail1880 committed Sep 3, 2024
1 parent 86465b6 commit 4835a0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/dedupe.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ describe('dedupe', () => {
let lock = 0
const mockFn = vi.fn(async () => {
lock++
// @ts-ignore
await new Promise(r => setTimeout(r, 2))
lock--
expect(lock).toBe(0)
Expand Down

0 comments on commit 4835a0b

Please sign in to comment.