Skip to content

Commit fdb0ac5

Browse files
committed
test: update snapshots
1 parent 9ee35c9 commit fdb0ac5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/cli/__snapshots__/cli.test.js.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
exports[`CLI --hot webpack 5 1`] = `
44
"<i> [webpack-dev-server] Project is running at http://localhost:8080/
5-
<i> [webpack-dev-server] Content not from webpack x.x.x served from 'Xdir/static' directory
5+
<i> [webpack-dev-server] Content not from webpack x.x.x served from 'Xdir/public' directory
66
<i> [webpack-dev-middleware] asset main.js X KiB [emitted] (name: main)
77
<i> runtime modules X KiB 10 modules
88
<i> cacheable modules X KiB
@@ -21,7 +21,7 @@ exports[`CLI --hot webpack 5 1`] = `
2121
2222
exports[`CLI --no-hot webpack 5 1`] = `
2323
"<i> [webpack-dev-server] Project is running at http://localhost:8080/
24-
<i> [webpack-dev-server] Content not from webpack x.x.x served from 'Xdir/static' directory
24+
<i> [webpack-dev-server] Content not from webpack x.x.x served from 'Xdir/public' directory
2525
<i> [webpack-dev-middleware] asset main.js X KiB [emitted] (name: main)
2626
<i> runtime modules X bytes 3 modules
2727
<i> cacheable modules X KiB

0 commit comments

Comments
 (0)