File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ Options:
2525 files
2626 --help Show help [boolean]
2727 --concurrency, -c Max number of test files running at the same time
28- (Default : CPU cores) [number]
28+ (default : CPU cores) [number]
2929 --fail-fast Stop after first test failure [boolean]
30- --match, -m Only run tests with matching title (Can be repeated)
30+ --match, -m Only run tests with matching title (can be repeated)
3131 [string]
3232 --serial, -s Run tests serially [boolean]
3333 --tap, -t Generate TAP output [boolean]
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ const FLAGS = {
2222 concurrency : {
2323 alias : 'c' ,
2424 coerce : coerceLastValue ,
25- description : 'Max number of test files running at the same time (Default : CPU cores)' ,
25+ description : 'Max number of test files running at the same time (default : CPU cores)' ,
2626 type : 'number'
2727 } ,
2828 'fail-fast' : {
@@ -32,7 +32,7 @@ const FLAGS = {
3232 } ,
3333 match : {
3434 alias : 'm' ,
35- description : 'Only run tests with matching title (Can be repeated)' ,
35+ description : 'Only run tests with matching title (can be repeated)' ,
3636 type : 'string'
3737 } ,
3838 serial : {
You can’t perform that action at this time.
0 commit comments