Skip to content

Commit

Permalink
fix(test-runner-core): fix accidental deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
Devin McIntyre committed Oct 16, 2024
1 parent fd9747a commit 5941ed0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export interface CoverageConfig {
reporters?: ReportType[];
watermarks?: Partial<Watermarks>;
reportOptions?: ReportOptions;
defaultSummarizer: Summarizers;
defaultSummarizer?: Summarizers;
}

export interface TestRunnerCoreConfig {
Expand Down

0 comments on commit 5941ed0

Please sign in to comment.