We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59726f7 commit 151f144Copy full SHA for 151f144
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>>
@@ -263,5 +265,3 @@ export function cleanup(): Promise<void>
263
265
* `act` for the DOM renderer
264
266
*/
267
export function act<T>(scope: () => T): Promise<T>
-
-export * from '@testing-library/dom'
0 commit comments