Skip to content

Commit

Permalink
ISSUE-13112: Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryMakhnev committed May 26, 2023
1 parent 063eb4e commit 05641b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/jest-reporters/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ export interface Reporter {
testResult: TestResult,
aggregatedResult: AggregatedResult,
) => Promise<void> | void;
/**
* Called before running a spec (prior to `before` hooks)
* Not called for `skipped` and `todo` specs
*/
readonly onTestCaseStart?: (
test: Test,
testCaseStartInfo: Circus.TestCaseStartInfo,
Expand Down

0 comments on commit 05641b9

Please sign in to comment.