Skip to content

Commit b6bb50c

Browse files
chore(deps): update
1 parent 3d27615 commit b6bb50c

File tree

51 files changed

+1002
-838
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1002
-838
lines changed

package-lock.json

Lines changed: 952 additions & 788 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`normalize options allowedHosts is array 1`] = `
44
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`options validate should throw an error on the "allowedHosts" option with '[""]' value 1`] = `
44
"ValidationError: Invalid options object. Dev Server has been initialized using an options object that does not match the API schema.

test/cli/__snapshots__/bonjour-option.test.js.snap.webpack5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`"bonjour" CLI option should work using "--bonjour and --server-type=https" 1`] = `
44
"<i> [webpack-dev-server] Generating SSL certificate...

test/cli/__snapshots__/colors.test.js.snap.webpack5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`colors should work and do not use colors using configuration with disabled colors: stderr 1`] = `
44
"<i> [webpack-dev-server] Project is running at:

test/cli/__snapshots__/historyApiFallback-option.test.js.snap.webpack5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`"historyApiFallback" CLI option should work using "--history-api-fallback" 1`] = `
44
"<i> [webpack-dev-server] Project is running at:

test/cli/__snapshots__/host-option.test.js.snap.webpack5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`"host" CLI option should work using "--host ::" (IPv6): stderr 1`] = `
44
"<i> [webpack-dev-server] Project is running at:

test/cli/__snapshots__/ipc-option.test.js.snap.webpack5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`"ipc" CLI option should work using "--ipc": stderr 1`] = `
44
"<i> [webpack-dev-server] Project is running at: "<tmp>/webpack-dev-server.sock"

test/cli/__snapshots__/port-option.test.js.snap.webpack5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`"port" CLI option should work using "--port <string>": stderr 1`] = `
44
"<i> [webpack-dev-server] Project is running at:

test/cli/__snapshots__/server-option.test.js.snap.webpack5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`"server" CLI options should work using "--no-server-options-request-cert" 1`] = `
44
"<i> [webpack-dev-server] Generating SSL certificate...

0 commit comments

Comments
 (0)