Skip to content

Commit 3646e6e

Browse files
authored
feat(types): add typings for reporterOptions (bcoe#446)
1 parent bc347a9 commit 3646e6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export declare class Report {
88
include?: string | string[],
99
reporter: string[],
1010
reportsDirectory?: string,
11+
reporterOptions?: Record<string, Record<string, unknown>>
1112
tempDirectory?: string,
1213
watermarks?: Partial<{
1314
statements: Watermark;

0 commit comments

Comments
 (0)