Skip to content

Commit

Permalink
fix: Add missing cleanup type (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
briankoehler authored Feb 6, 2022
1 parent fb1a290 commit ba14df2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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> | DocumentFragment | Element,
maxLength?: number,
Expand Down

0 comments on commit ba14df2

Please sign in to comment.