Skip to content

Commit 6f7a301

Browse files
committed
fix test
1 parent ca31c8b commit 6f7a301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Validation.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ describe('Validation', () => {
4848
config: { asdf: true },
4949
message: [
5050
" - configuration has an unknown property 'asdf'. These properties are valid:",
51-
' object { hot?, hotOnly?, lazy?, bonjour?, host?, allowedHosts?, filename?, publicPath?, port?, socket?, sockPath?' +
51+
' object { hot?, hotOnly?, lazy?, bonjour?, host?, allowedHosts?, filename?, publicPath?, port?, socket?, sockPath?,' +
5252
'watchOptions?, headers?, clientLogLevel?, overlay?, progress?, key?, cert?, ca?, pfx?, pfxPassphrase?, requestCert?, ' +
5353
'inline?, disableHostCheck?, public?, https?, contentBase?, watchContentBase?, open?, useLocalIp?, openPage?, features?, ' +
5454
'compress?, proxy?, historyApiFallback?, staticOptions?, setup?, before?, after?, stats?, reporter?, reportTime?, ' +

0 commit comments

Comments
 (0)