Skip to content

Commit 05641b9

Browse files
committed
ISSUE-13112: Fix docs
1 parent 063eb4e commit 05641b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/jest-reporters/src/types.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ export interface Reporter {
3030
testResult: TestResult,
3131
aggregatedResult: AggregatedResult,
3232
) => Promise<void> | void;
33+
/**
34+
* Called before running a spec (prior to `before` hooks)
35+
* Not called for `skipped` and `todo` specs
36+
*/
3337
readonly onTestCaseStart?: (
3438
test: Test,
3539
testCaseStartInfo: Circus.TestCaseStartInfo,

0 commit comments

Comments
 (0)