Skip to content

Commit

Permalink
chore: don't set pending
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Aug 16, 2023
1 parent 96b4a18 commit b000f4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/runner/src/suite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ function createSuiteCollector(name: string, factory: SuiteFactory = () => { }, m
const test: Test = {
id: '',
type: 'test',
pending: false,
name: formatName(name),
each: this.each,
mode,
Expand Down

0 comments on commit b000f4b

Please sign in to comment.