Skip to content

Commit f8d4928

Browse files
Sebastian Silbermanneps1lon
Sebastian Silbermann
authored andcommitted
Revert "fix: Ensure RTL types override DTL types"
This reverts commit 7315eb8.
1 parent 1a1c817 commit f8d4928

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: types/index.d.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ export function configure(configDelta: ConfigFn | Partial<Config>): void
2525

2626
export function getConfig(): Config
2727

28+
export * from '@testing-library/dom'
29+
2830
export type FireFunction = (
2931
...parameters: Parameters<DTLFireFunction>
3032
) => Promise<ReturnType<DTLFireFunction>>
@@ -262,5 +264,3 @@ export function cleanup(): Promise<void>
262264
* `act` for the DOM renderer
263265
*/
264266
export function act<T>(scope: () => T): Promise<T>
265-
266-
export * from '@testing-library/dom'

0 commit comments

Comments
 (0)