@@ -49,10 +49,10 @@ describe('Validation', () => {
49
49
message : [
50
50
" - configuration has an unknown property 'asdf'. These properties are valid:" ,
51
51
' object { hot?, hotOnly?, lazy?, bonjour?, host?, allowedHosts?, filename?, publicPath?, port?, socket?, ' +
52
- 'watchOptions?, headers?, clientLogLevel?, overlay?, key?, cert?, ca?, pfx?, pfxPassphrase?, ' +
53
- 'inline?, disableHostCheck?, public?, https?, contentBase?, watchContentBase?, open?, useLocalIp?, openPage?, features?, ' +
54
- 'compress?, proxy?, historyApiFallback?, staticOptions?, setup?, stats?, reporter?, ' +
55
- 'noInfo?, quiet?, serverSideRender?, index?, log?, warn? }'
52
+ 'watchOptions?, headers?, clientLogLevel?, overlay?, key?, cert?, ca?, pfx?, pfxPassphrase?, requestCert ?, ' +
53
+ 'inline?, disableHostCheck?, public?, https?, contentBase?, watchContentBase?, open?, useLocalIp?, openPage?, features?, ' +
54
+ 'compress?, proxy?, historyApiFallback?, staticOptions?, setup?, stats?, reporter?, ' +
55
+ 'noInfo?, quiet?, serverSideRender?, index?, log?, warn? }'
56
56
]
57
57
} ] ;
58
58
testCases . forEach ( ( testCase ) => {
0 commit comments