Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed May 8, 2024
1 parent e5f9f1d commit 9332873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitest/src/node/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ export class Vitest {
const blobs = await readBlobs(this.config.mergeReports)

if (!blobs.length)
throw new Error(`vitest.blob() requires at least one blob file paths in the config`)
throw new Error(`vitest.mergeReports() requires at least one blob file paths in the config`)

await this.report('onInit', this)

Expand Down

0 comments on commit 9332873

Please sign in to comment.