From 3646e6eb3762574d8f70907d7637e47dd9dfac25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ari=20Perkki=C3=B6?= Date: Mon, 23 Jan 2023 18:06:52 +0200 Subject: [PATCH] feat(types): add typings for reporterOptions (#446) --- index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/index.d.ts b/index.d.ts index de1e2653..523731bb 100644 --- a/index.d.ts +++ b/index.d.ts @@ -8,6 +8,7 @@ export declare class Report { include?: string | string[], reporter: string[], reportsDirectory?: string, + reporterOptions?: Record> tempDirectory?: string, watermarks?: Partial<{ statements: Watermark;