Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Jan 21, 2023
1 parent 0e508ab commit 8db3810
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 @@ -103,7 +103,7 @@ export abstract class BaseReporter implements Reporter {
else
this.ctx.logger.log(WAIT_FOR_CHANGE_PASS)

const hints = []
const hints: string[] = []
// TODO typecheck doesn't support these for now
if (this.mode !== 'typecheck')
hints.push(HELP_HINT)
Expand Down

0 comments on commit 8db3810

Please sign in to comment.