Skip to content

Commit

Permalink
chore: TestEntry numPassingAsserts
Browse files Browse the repository at this point in the history
  • Loading branch information
ymqy committed Jan 23, 2023
1 parent d4f62c0 commit a423029
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/jest-types/src/Circus.ts
Expand Up @@ -246,6 +246,7 @@ export type TestEntry = {
mode: TestMode;
concurrent: boolean;
name: TestName;
numPassingAsserts: number;
parent: DescribeBlock;
startedAt?: number | null;
duration?: number | null;
Expand Down

0 comments on commit a423029

Please sign in to comment.