From 0de0fbc0cdce81013cda5155500c73441ada7dc8 Mon Sep 17 00:00:00 2001 From: Brian Koehler Date: Sun, 6 Feb 2022 15:01:06 -0500 Subject: [PATCH] Fix: Add cleanup type --- types/index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/index.d.ts b/types/index.d.ts index acefd28..02c9369 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -9,6 +9,8 @@ import {OptionsReceived as PrettyFormatOptions} from 'pretty-format' // NOTE: fireEvent is overridden below export * from '@testing-library/dom' +export function cleanup(): void + type Debug = ( baseElement?: Array | DocumentFragment | Element, maxLength?: number,