Skip to content

Commit

Permalink
update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed May 18, 2018
1 parent fb5393b commit 7203ed7
Show file tree
Hide file tree
Showing 3 changed files with 5,260 additions and 4,403 deletions.
3 changes: 2 additions & 1 deletion lib/reporters/base.js
Expand Up @@ -42,7 +42,8 @@ var isatty = tty.isatty(1) && tty.isatty(2);
*/

exports.useColors =
!process.browser && (supportsColor || process.env.MOCHA_COLORS !== undefined);
!process.browser &&
(supportsColor.stdout || process.env.MOCHA_COLORS !== undefined);

/**
* Inline diffs instead of +/-
Expand Down

0 comments on commit 7203ed7

Please sign in to comment.