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 d107104 commit b55f63b
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 @@ -18,7 +18,7 @@ export class BlobReporter implements Reporter {

onInit(ctx: Vitest): void {
if (ctx.config.watch)
throw new Error(`Blob reporter is not supported in watch mode`)
throw new Error('Blob reporter is not supported in watch mode')

this.ctx = ctx
}
Expand Down

0 comments on commit b55f63b

Please sign in to comment.