We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d2708 commit 5e3f42aCopy full SHA for 5e3f42a
types/index.d.ts
@@ -13,8 +13,6 @@ import {act as reactDeprecatedAct} from 'react-dom/test-utils'
13
//@ts-ignore
14
import {act as reactAct} from 'react'
15
16
-export * from '@testing-library/dom'
17
-
18
export interface Config extends ConfigDTL {
19
reactStrictMode: boolean
20
}
@@ -264,3 +262,5 @@ export function cleanup(): Promise<void>
264
262
* `act` for the DOM renderer
265
263
*/
266
export function act<T>(scope: () => T): Promise<T>
+
+export * from '@testing-library/dom'
0 commit comments