Skip to content

Commit 2846a8e

Browse files
thomaslombartKent C. Dodds
authored and
Kent C. Dodds
committed
fix(TS): add options type of prettyDOM (#309)
1 parent 309e507 commit 2846a8e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

typings/pretty-dom.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
import {Options} from 'pretty-format'
2+
13
export function prettyDOM(
24
element: HTMLElement,
35
maxLength?: number,
6+
options?: Options,
47
): string | false

0 commit comments

Comments
 (0)