Skip to content

Commit 8e62861

Browse files
test: fix
1 parent 1fafc69 commit 8e62861

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/__snapshots__/validate-options.test.js.snap.webpack4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ exports[`options validate should throw an error on the "client" option with '{"p
8383
"ValidationError: Invalid configuration object. Object has been initialized using a configuration object that does not match the API schema.
8484
- configuration.client.port should be one of these:
8585
number | string | \\"auto\\"
86-
-> Tells clients connected to devServer to use the provided port.
86+
-> Tells clients connected to devServer to use the provided path to connect.
8787
Details:
8888
* configuration.client.port should be a number.
8989
* configuration.client.port should be a string.

test/__snapshots__/validate-options.test.js.snap.webpack5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ exports[`options validate should throw an error on the "client" option with '{"p
8282
exports[`options validate should throw an error on the "client" option with '{"port":true}' value 1`] = `
8383
"ValidationError: Invalid configuration object. Object has been initialized using a configuration object that does not match the API schema.
8484
- configuration.client.port should be one of these:
85-
number | string | \\"auto\\"
86-
-> Tells clients connected to devServer to use the provided port.
85+
number | string | \\"auto\\"
86+
-> Tells clients connected to devServer to use the provided path to connect.
8787
Details:
8888
* configuration.client.port should be a number.
8989
* configuration.client.port should be a string.

0 commit comments

Comments
 (0)