Skip to content

Commit 696c05e

Browse files
committed
fix: Add cleanup type
1 parent b762198 commit 696c05e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

types/index.d.ts

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ import {
1515
// NOTE: fireEvent is overridden below
1616
export * from '@testing-library/dom'
1717

18+
export function cleanup(): void
19+
1820
export interface RenderResult extends BoundFunctions<typeof queries> {
1921
container: Element
2022
baseElement: Element

0 commit comments

Comments
 (0)