We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 091cec7 commit d78b532Copy full SHA for d78b532
types/index.d.ts
@@ -11,6 +11,8 @@ import {
11
import {Renderer} from 'react-dom'
12
import {act as reactAct} from 'react-dom/test-utils'
13
14
+export * from '@testing-library/dom'
15
+
16
export type FireFunction = (
17
...parameters: Parameters<DTLFireFunction>
18
) => Promise<ReturnType<DTLFireFunction>>
@@ -169,5 +171,3 @@ export function cleanup(): Promise<void>
169
171
* `act` for the DOM renderer
170
172
*/
173
export function act<T>(scope: () => T): Promise<T>
-
-export * from '@testing-library/dom'
0 commit comments