We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc347a9 commit 3646e6eCopy full SHA for 3646e6e
index.d.ts
@@ -8,6 +8,7 @@ export declare class Report {
8
include?: string | string[],
9
reporter: string[],
10
reportsDirectory?: string,
11
+ reporterOptions?: Record<string, Record<string, unknown>>
12
tempDirectory?: string,
13
watermarks?: Partial<{
14
statements: Watermark;
0 commit comments