Skip to content

Commit

Permalink
chore: typo (#1244)
Browse files Browse the repository at this point in the history
  • Loading branch information
WonderPanda committed May 5, 2022
1 parent da0fa2d commit 38dab3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitest/src/node/reporters/base.ts
Expand Up @@ -61,7 +61,7 @@ export abstract class BaseReporter implements Reporter {
if (errors.length) {
process.exitCode = 1
const errorMessage = c.red(c.bold(
`\nVitest catched ${errors.length} unhandled error${errors.length > 1 ? 's' : ''} during the test run. This might cause false positive tests.`
`\nVitest caught ${errors.length} unhandled error${errors.length > 1 ? 's' : ''} during the test run. This might cause false positive tests.`
+ '\nPlease, resolve all the errors to make sure your tests are not affected.',
))
this.ctx.log(c.red(divider(c.bold(c.inverse(' Unhandled Errors ')))))
Expand Down

0 comments on commit 38dab3f

Please sign in to comment.