Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Nov 2, 2023
1 parent 41a98f4 commit d93bedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runner/src/suite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ function createSuiteCollector(name: string, factory: SuiteFactory = () => { }, m
shuffle,
tasks: [],
meta: Object.create(null),
projectName: runner.config.name,
projectName: '',
}

setHooks(suite, createSuiteHooks())
Expand Down

0 comments on commit d93bedb

Please sign in to comment.