Skip to content

Commit 151f144

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

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>>
@@ -263,5 +265,3 @@ export function cleanup(): Promise<void>
263265
* `act` for the DOM renderer
264266
*/
265267
export function act<T>(scope: () => T): Promise<T>
266-
267-
export * from '@testing-library/dom'

0 commit comments

Comments
 (0)