Skip to content

Commit

Permalink
chore: better message
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Aug 8, 2024
1 parent 181c362 commit 612a7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitest/src/node/reporters/blob.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export async function readBlobs(

if (!blobs.length) {
throw new Error(
`vitest.mergeReports() requires at least one blob file paths in the config`,
`vitest.mergeReports() requires at least one blob file in "${blobsDirectory}" directory, but none were found`,
)
}

Expand Down

0 comments on commit 612a7e2

Please sign in to comment.