Skip to content

Commit 742db29

Browse files
NullMDRthymikee
authored andcommitted
Update index.d.ts on DiffOptions (#57)
Add missing properties in DiffOptions
1 parent 447dea4 commit 742db29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ type DiffOptions = {
44
expand?: boolean
55
colors?: boolean
66
contextLines?: number
7+
aAnnotation?: string
8+
bAnnotation?: string
79
}
810

911
declare namespace jest {

0 commit comments

Comments
 (0)