Skip to content

Commit

Permalink
Update src/__tests__/end-to-end.js
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon authored May 28, 2023
1 parent 3a060d1 commit 7d25eec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/__tests__/end-to-end.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import * as React from 'react'
import {render, waitForElementToBeRemoved, screen, waitFor} from '../'

describe.each([
// ['real timers', () => jest.useRealTimers()],
// ['fake legacy timers', () => jest.useFakeTimers('legacy')],
['real timers', () => jest.useRealTimers()],
['fake legacy timers', () => jest.useFakeTimers('legacy')],
['fake modern timers', () => jest.useFakeTimers('modern')],
])(
'it waits for the data to be loaded in a macrotask using %s',
Expand Down

0 comments on commit 7d25eec

Please sign in to comment.