Skip to content

Commit

Permalink
feat(types): add typings for reporterOptions (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio committed Jan 23, 2023
1 parent bc347a9 commit 3646e6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Expand Up @@ -8,6 +8,7 @@ export declare class Report {
include?: string | string[],
reporter: string[],
reportsDirectory?: string,
reporterOptions?: Record<string, Record<string, unknown>>
tempDirectory?: string,
watermarks?: Partial<{
statements: Watermark;
Expand Down

0 comments on commit 3646e6e

Please sign in to comment.