Skip to content

Commit 7d25eec

Browse files
authored
Update src/__tests__/end-to-end.js
1 parent 3a060d1 commit 7d25eec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/__tests__/end-to-end.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import * as React from 'react'
22
import {render, waitForElementToBeRemoved, screen, waitFor} from '../'
33

44
describe.each([
5-
// ['real timers', () => jest.useRealTimers()],
6-
// ['fake legacy timers', () => jest.useFakeTimers('legacy')],
5+
['real timers', () => jest.useRealTimers()],
6+
['fake legacy timers', () => jest.useFakeTimers('legacy')],
77
['fake modern timers', () => jest.useFakeTimers('modern')],
88
])(
99
'it waits for the data to be loaded in a macrotask using %s',

0 commit comments

Comments
 (0)