forked from rhuelga/guard-mocha-node
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously guard-mocha-node was buffering the output from mocha, resulting in no output shown to the user until mocha had completed. Now stdout at least streams out immediately.
- Loading branch information
Showing
2 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8e1a5c0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was having trouble using Mocha's progress reporter and started to file an issue before I realised I might be putting it in the wrong repo: rhuelga#8 (in summary, this commit helps stream line-based reporters, but still buffers the whole of of a character-based reporter like progress before writing it).