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 @@ -180,9 +180,9 @@ exports[`options validate should throw an error on the "client" option with '{"w
180
180
-> Allows to specify URL to web socket server (useful when you're proxying dev server and client script does not always know where to connect to).
181
181
Details:
182
182
* options.client.webSocketURL.username should be a string.
183
- -> Tells clients connected to devServer to use the provided username to connect .
183
+ -> Tells clients connected to devServer to use the provided username to authenticate .
184
184
* options.client.webSocketURL.password should be a string.
185
- -> Tells clients connected to devServer to use the provided password to connect ."
185
+ -> Tells clients connected to devServer to use the provided password to authenticate ."
186
186
`;
187
187
188
188
exports[`options validate should throw an error on the "client" option with 'whoops!' value 1`] = `
Original file line number Diff line number Diff line change @@ -180,9 +180,9 @@ exports[`options validate should throw an error on the "client" option with '{"w
180
180
-> Allows to specify URL to web socket server (useful when you're proxying dev server and client script does not always know where to connect to).
181
181
Details:
182
182
* options.client.webSocketURL.username should be a string.
183
- -> Tells clients connected to devServer to use the provided username to connect .
183
+ -> Tells clients connected to devServer to use the provided username to authenticate .
184
184
* options.client.webSocketURL.password should be a string.
185
- -> Tells clients connected to devServer to use the provided password to connect ."
185
+ -> Tells clients connected to devServer to use the provided password to authenticate ."
186
186
`;
187
187
188
188
exports[`options validate should throw an error on the "client" option with 'whoops!' value 1`] = `
You can’t perform that action at this time.
0 commit comments