We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a1c817 commit f8d4928Copy full SHA for f8d4928
types/index.d.ts
@@ -25,6 +25,8 @@ export function configure(configDelta: ConfigFn | Partial<Config>): void
25
26
export function getConfig(): Config
27
28
+export * from '@testing-library/dom'
29
+
30
export type FireFunction = (
31
...parameters: Parameters<DTLFireFunction>
32
) => Promise<ReturnType<DTLFireFunction>>
@@ -262,5 +264,3 @@ export function cleanup(): Promise<void>
262
264
* `act` for the DOM renderer
263
265
*/
266
export function act<T>(scope: () => T): Promise<T>
-
-export * from '@testing-library/dom'
0 commit comments