Skip to content

Commit 6e68fa7

Browse files
committed
Add line?: number type
1 parent 5800c1a commit 6e68fa7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/ctrf.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export interface CtrfTest {
3232
suite?: string
3333
message?: string
3434
trace?: string
35+
line?: number
3536
rawStatus?: string
3637
tags?: string[]
3738
type?: string

0 commit comments

Comments
 (0)