Skip to content

Commit

Permalink
test typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
looqa committed May 24, 2024
1 parent 392c5f6 commit 4ba9026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bus.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ describe('Event Bus', () => {

expect(mockFn1).toHaveBeenCalled()
expect(mockFn2).toHaveBeenCalled()
expect(elapsedTime).toBeLessThan(205)
expect(elapsedTime).toBeLessThan(105)
})

test('should run listeners synchronously in sync mode', async () => {
Expand Down

0 comments on commit 4ba9026

Please sign in to comment.