File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,6 @@ exports[`CLI --host :: (IPv6): stderr 1`] = `
7
7
<i > [webpack-dev-server] Content not from webpack is served from '<cwd >/public' directory"
8
8
`;
9
9
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
-
15
10
exports[`CLI --host <IPv4 >: stderr 1`] = `
16
11
"<i > [webpack-dev-server] Project is running at http://<network-ip-v4 >:<port >/ (IPv4)
17
12
<i > [webpack-dev-server] Content not from webpack is served from '<cwd >/public' directory"
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ describe('CLI', () => {
124
124
. catch ( done ) ;
125
125
} ) ;
126
126
127
- it ( '--host ::1 (IPv6)' , ( done ) => {
127
+ it . skip ( '--host ::1 (IPv6)' , ( done ) => {
128
128
testBin ( '--host ::1' )
129
129
. then ( ( output ) => {
130
130
expect ( normalizeStderr ( output . stderr ) ) . toMatchSnapshot ( 'stderr' ) ;
You can’t perform that action at this time.
0 commit comments