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 @@ -123,7 +123,7 @@ describe('CLI', () => {
123
123
. catch ( done ) ;
124
124
} ) ;
125
125
126
- it ( '--host ::1 (IPv6)' , ( done ) => {
126
+ it . skip ( '--host ::1 (IPv6)' , ( done ) => {
127
127
testBin ( '--host ::1' )
128
128
. then ( ( output ) => {
129
129
expect ( normalizeStderr ( output . stderr ) ) . toMatchSnapshot ( 'stderr' ) ;
You can’t perform that action at this time.
0 commit comments