Skip to content

Commit befcfac

Browse files
hiroppyevilebottnawi
authored andcommitted
test: add options test (#1821)
1 parent f70d7ec commit befcfac

File tree

3 files changed

+465
-1
lines changed

3 files changed

+465
-1
lines changed

lib/options.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,11 @@
396396
"serverSideRender": "should be {Boolean} (https://webpack.js.org/configuration/dev-server/#devserver-serversiderender)",
397397
"index": "should be {String} (https://webpack.js.org/configuration/dev-server/#devserver-index)",
398398
"log": "should be {Function} (https://webpack.js.org/configuration/dev-server/#devserver-log)",
399-
"warn": "should be {Function} (https://webpack.js.org/configuration/dev-server/#devserver-warn)"
399+
"warn": "should be {Function} (https://webpack.js.org/configuration/dev-server/#devserver-warn)",
400+
"serveIndex": "should be {Boolean} (https://webpack.js.org/configuration/dev-server/#devserverserveindex)",
401+
"sockPort": "should be {Array}",
402+
"injectClient": "should be {Array}",
403+
"injectHot": "should be {Array}"
400404
}
401405
},
402406
"additionalProperties": false

0 commit comments

Comments
 (0)