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 @@ -190,9 +190,9 @@ exports[`options validate should throw an error on the "client" option with '{"w
190
190
-> 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).
191
191
Details:
192
192
* options.client.webSocketURL.username should be a string.
193
- -> Tells clients connected to devServer to use the provided username to connect .
193
+ -> Tells clients connected to devServer to use the provided username to authenticate .
194
194
* options.client.webSocketURL.password should be a string.
195
- -> Tells clients connected to devServer to use the provided password to connect ."
195
+ -> Tells clients connected to devServer to use the provided password to authenticate ."
196
196
`;
197
197
198
198
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 @@ -190,9 +190,9 @@ exports[`options validate should throw an error on the "client" option with '{"w
190
190
-> 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).
191
191
Details:
192
192
* options.client.webSocketURL.username should be a string.
193
- -> Tells clients connected to devServer to use the provided username to connect .
193
+ -> Tells clients connected to devServer to use the provided username to authenticate .
194
194
* options.client.webSocketURL.password should be a string.
195
- -> Tells clients connected to devServer to use the provided password to connect ."
195
+ -> Tells clients connected to devServer to use the provided password to authenticate ."
196
196
`;
197
197
198
198
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