Skip to content

Commit 9f1d1ed

Browse files
committed
onRunComplete as well
1 parent dda54df commit 9f1d1ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/jest-reporters/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export interface Reporter {
4848
) => Promise<void> | void;
4949
readonly onTestStart?: (test: Test) => Promise<void> | void;
5050
readonly onTestFileStart?: (test: Test) => Promise<void> | void;
51-
readonly onRunComplete: (
51+
readonly onRunComplete?: (
5252
testContexts: Set<TestContext>,
5353
results: AggregatedResult,
5454
) => Promise<void> | void;

0 commit comments

Comments
 (0)