Add reporter alias names to docs#4127
Conversation
|
@khg0712 Your email for git commit is not connected your GitHub account. |
|
@outsideris I changed it! |
juergba
left a comment
There was a problem hiding this comment.
I guess something went wrong while resolving conflicts.
I propose:
- delete your last commits
git reset ... - to keep up with
master, don't merge but rebasegit rebase ... - then apply your changes and be careful when resolving conflicts.
I don't see any problem, IMO this list is perfect as it is. |
doesn't it needs to specify all alias like |
|
No, HTML is the default reporter for Mocha browser and should not show up in this CLI listing. |
|
sry, I cited wrong example.
I meant that it seems to need to be added capitalized alias to cli options. |
|
I have understood your concerns, but this listing is good as is, please leave it unchanged. |

Description
Description of the Change
Summary
before
The "progress" reporter implements a simple progress-bar:
after
Enable Names:
Progress,progressThe Progress reporter implements a simple progress-bar:
fix #4054
fix #4134