Skip to content

Commit

Permalink
Revert "fix: Ensure RTL types override DTL types"
Browse files Browse the repository at this point in the history
This reverts commit 7315eb8.
  • Loading branch information
Sebastian Silbermann authored and eps1lon committed Sep 20, 2024
1 parent 1a1c817 commit f8d4928
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ export function configure(configDelta: ConfigFn | Partial<Config>): void

export function getConfig(): Config

export * from '@testing-library/dom'

export type FireFunction = (
...parameters: Parameters<DTLFireFunction>
) => Promise<ReturnType<DTLFireFunction>>
Expand Down Expand Up @@ -262,5 +264,3 @@ export function cleanup(): Promise<void>
* `act` for the DOM renderer
*/
export function act<T>(scope: () => T): Promise<T>

export * from '@testing-library/dom'

0 comments on commit f8d4928

Please sign in to comment.