Skip to content

Commit

Permalink
Add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Jun 20, 2021
1 parent c44ea54 commit 1acae4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/__tests__/fake-timers.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ test('recursive timers do not cause issues', async () => {
recurse = false
})

// TODO: Should fail i.e. work the same as with "modern fake timers" once https://github.com/facebook/jest/pull/11567 is released.
test('legacy fake timers do not waitFor requestAnimationFrame', async () => {
jest.useFakeTimers('legacy')

Expand Down

0 comments on commit 1acae4f

Please sign in to comment.