We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5cf504 commit 7315eb8Copy full SHA for 7315eb8
types/index.d.ts
@@ -11,8 +11,6 @@ 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>>
@@ -171,3 +169,5 @@ export function cleanup(): Promise<void>
171
169
* `act` for the DOM renderer
172
170
*/
173
export function act<T>(scope: () => T): Promise<T>
+
+export * from '@testing-library/dom'
0 commit comments