-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Revert the change of command line interface, --reporters is back to…
… --reporter and --list-reporters is back to --reporters. - Use the "list" arguments parser for --reporter now. - Mocha.reporters does not accept a comma-separated string of reporter names anymore, this is the command line parser's job to parse the --reporter command line switch and provide an array to this function.
- Loading branch information
Julien Gilli
committed
Jul 20, 2013
1 parent
c4bc798
commit 5f3cbe9
Showing
4 changed files
with
24 additions
and
26 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--require should | ||
--reporters dot | ||
--reporter dot | ||
--ui bdd | ||
--globals okGlobalA,okGlobalB | ||
--globals okGlobalC | ||
|