Skip to content

Commit 77a62cc

Browse files
test: update
1 parent c08b29e commit 77a62cc

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ exports[`CLI --host :: (IPv6): stderr 1`] = `
77
<i> [webpack-dev-server] Content not from webpack is served from '<cwd>/public' directory"
88
`;
99
10-
exports[`CLI --host ::1 (IPv6): stderr 1`] = `
11-
"<i> [webpack-dev-server] Project is running at http://[::1]:<port>/ (IPv6)
12-
<i> [webpack-dev-server] Content not from webpack is served from '<cwd>/public' directory"
13-
`;
14-
1510
exports[`CLI --host <IPv4>: stderr 1`] = `
1611
"<i> [webpack-dev-server] Project is running at http://<network-ip-v4>:<port>/ (IPv4)
1712
<i> [webpack-dev-server] Content not from webpack is served from '<cwd>/public' directory"

test/cli/cli.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ describe('CLI', () => {
124124
.catch(done);
125125
});
126126

127-
it('--host ::1 (IPv6)', (done) => {
127+
it.skip('--host ::1 (IPv6)', (done) => {
128128
testBin('--host ::1')
129129
.then((output) => {
130130
expect(normalizeStderr(output.stderr)).toMatchSnapshot('stderr');

0 commit comments

Comments
 (0)