We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a060d1 commit 7d25eecCopy full SHA for 7d25eec
src/__tests__/end-to-end.js
@@ -2,8 +2,8 @@ import * as React from 'react'
2
import {render, waitForElementToBeRemoved, screen, waitFor} from '../'
3
4
describe.each([
5
- // ['real timers', () => jest.useRealTimers()],
6
- // ['fake legacy timers', () => jest.useFakeTimers('legacy')],
+ ['real timers', () => jest.useRealTimers()],
+ ['fake legacy timers', () => jest.useFakeTimers('legacy')],
7
['fake modern timers', () => jest.useFakeTimers('modern')],
8
])(
9
'it waits for the data to be loaded in a macrotask using %s',
0 commit comments