Skip to content

Commit

Permalink
Fix watch mode with mini reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
pcdevil committed Apr 25, 2020
1 parent 9a9351d commit 59c227d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/reporters/mini.js
Expand Up @@ -86,6 +86,7 @@ class MiniReporter {
this.spinner = ora({
isEnabled: true,
color: options.spinner ? options.spinner.color : 'gray',
discardStdin: !options.watching,
hideCursor: false,
spinner: options.spinner || (process.platform === 'win32' ? 'line' : 'dots'),
stream: options.reportStream
Expand Down

0 comments on commit 59c227d

Please sign in to comment.