@@ -4,8 +4,8 @@ const os = require("os");
4
4
5
5
/** @type {CommandLineOptions } */
6
6
module . exports = minimist ( process . argv . slice ( 2 ) , {
7
- boolean : [ "debug" , "dirty" , "inspect" , " light", "colors" , "lint" , "lkg" , "soft" , "fix" , "failed" , "keepFailed" , "force" , "built" ] ,
8
- string : [ "browser" , "tests" , "host" , "reporter" , "stackTraceLimit" , "timeout" , "shards" , "shardId" ] ,
7
+ boolean : [ "debug" , "dirty" , "light" , "colors" , "lint" , "lkg" , "soft" , "fix" , "failed" , "keepFailed" , "force" , "built" ] ,
8
+ string : [ "browser" , "tests" , "inspect" , " host", "reporter" , "stackTraceLimit" , "timeout" , "shards" , "shardId" ] ,
9
9
alias : {
10
10
"b" : "browser" ,
11
11
"d" : "debug" , "debug-brk" : "debug" ,
@@ -49,7 +49,6 @@ if (module.exports.built) {
49
49
* @typedef TypedOptions
50
50
* @property {boolean } debug
51
51
* @property {boolean } dirty
52
- * @property {boolean } inspect
53
52
* @property {boolean } light
54
53
* @property {boolean } colors
55
54
* @property {boolean } lint
@@ -59,6 +58,7 @@ if (module.exports.built) {
59
58
* @property {boolean } fix
60
59
* @property {string } browser
61
60
* @property {string } tests
61
+ * @property {string } inspect
62
62
* @property {string } runners
63
63
* @property {string|number } workers
64
64
* @property {string } host
0 commit comments