We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dda54df commit 9f1d1edCopy full SHA for 9f1d1ed
1 file changed
packages/jest-reporters/src/types.ts
@@ -48,7 +48,7 @@ export interface Reporter {
48
) => Promise<void> | void;
49
readonly onTestStart?: (test: Test) => Promise<void> | void;
50
readonly onTestFileStart?: (test: Test) => Promise<void> | void;
51
- readonly onRunComplete: (
+ readonly onRunComplete?: (
52
testContexts: Set<TestContext>,
53
results: AggregatedResult,
54
0 commit comments