Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

‎types/index.d.ts‎

Lines changed: 2 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /