Skip to content

Commit

Permalink
fix: don't hang when running vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Sep 4, 2022
1 parent 3807c07 commit f3025cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitest/src/node/cli.ts
Expand Up @@ -67,7 +67,7 @@ cli

cli
.command('[...filters]')
.action(watch)
.action((filters, options) => start('test', filters, options))

cli.parse()

Expand Down

0 comments on commit f3025cd

Please sign in to comment.