We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cleanup
1 parent b762198 commit 696c05eCopy full SHA for 696c05e
types/index.d.ts
@@ -15,6 +15,8 @@ import {
15
// NOTE: fireEvent is overridden below
16
export * from '@testing-library/dom'
17
18
+export function cleanup(): void
19
+
20
export interface RenderResult extends BoundFunctions<typeof queries> {
21
container: Element
22
baseElement: Element
0 commit comments