@@ -833,7 +833,7 @@ Rules & Behavior
833
833
return a Promise [boolean]
834
834
--bail, -b Abort ("bail") after first test failure [boolean]
835
835
--check-leaks Check for global variable leaks [boolean]
836
- --delay Delay initial execution of root suite
836
+ --delay Delay initial execution of root suite [boolean]
837
837
--exit Force Mocha to quit after tests complete [boolean]
838
838
--forbid-only Fail if exclusive test(s) encountered [boolean]
839
839
--forbid-pending Fail if pending test(s) encountered [boolean]
@@ -872,7 +872,7 @@ File Handling
872
872
suite execution [array] [default: (none)]
873
873
--recursive Look for tests in subdirectories [boolean]
874
874
--require, -r Require module [array] [default: (none)]
875
- --sort, -S Sort test files
875
+ --sort, -S Sort test files [boolean]
876
876
--watch, -w Watch files in the current working directory
877
877
for changes [boolean]
878
878
@@ -888,8 +888,8 @@ Positional Arguments
888
888
Other Options
889
889
--help, -h Show usage information & exit [boolean]
890
890
--version, -V Show version number & exit [boolean]
891
- --interfaces List built-in user interfaces & exit
892
- --reporters List built-in reporters & exit
891
+ --interfaces List built-in user interfaces & exit [boolean]
892
+ --reporters List built-in reporters & exit [boolean]
893
893
894
894
Mocha Resources
895
895
Chat: https://gitter.im/mochajs/mocha
0 commit comments