-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
-c option broken in 2.4.1 #2073
Comments
Related: 1192914 |
Something which is also happening is that the unit test are not run in scenario 1. Its not just about the color. |
Here is the reason why this is happening because some of the reporters with custom color never got updated with chalk functions:
CC: @danielstjules |
my bad. I'll fix. |
I am working on the PR now. |
boneskull
added a commit
that referenced
this issue
Jan 27, 2016
Fix: reporters with chalk functions (fixes #2073)
This was referenced Sep 23, 2018
This was referenced Dec 29, 2018
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-c
CLI option is broken in2.4.1
but works in2.3.4
.Scenario 1
If I run mocha with
-c
flag then it doesnt even run my tests../node_modules/mocha/bin/_mocha -R progress -c tests/*.js
Scenario 2
If I run mocha without
-c
flag then it does run my tests but there is no color../node_modules/mocha/bin/_mocha -R progress tests/*.js
The text was updated successfully, but these errors were encountered: