Skip to content

Commit d78b532

Browse files
author
Sebastian Silbermann
committed
Revert "fix: Ensure RTL types override DTL types"
This reverts commit 7315eb8.
1 parent 091cec7 commit d78b532

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

types/index.d.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ import {
1111
import {Renderer} from 'react-dom'
1212
import {act as reactAct} from 'react-dom/test-utils'
1313

14+
export * from '@testing-library/dom'
15+
1416
export type FireFunction = (
1517
...parameters: Parameters<DTLFireFunction>
1618
) => Promise<ReturnType<DTLFireFunction>>
@@ -169,5 +171,3 @@ export function cleanup(): Promise<void>
169171
* `act` for the DOM renderer
170172
*/
171173
export function act<T>(scope: () => T): Promise<T>
172-
173-
export * from '@testing-library/dom'

0 commit comments

Comments
 (0)