@@ -49,7 +49,6 @@ describe("overlay", () => {
4949 new WarningPlugin ( ) . apply ( compiler ) ;
5050
5151 const devServerOptions = {
52- host : "0.0.0.0" ,
5352 port,
5453 } ;
5554 const server = new Server ( devServerOptions , compiler ) ;
@@ -86,7 +85,6 @@ describe("overlay", () => {
8685 new ErrorPlugin ( ) . apply ( compiler ) ;
8786
8887 const devServerOptions = {
89- host : "0.0.0.0" ,
9088 port,
9189 } ;
9290 const server = new Server ( devServerOptions , compiler ) ;
@@ -127,7 +125,6 @@ describe("overlay", () => {
127125 new ErrorPlugin ( ) . apply ( compiler ) ;
128126
129127 const devServerOptions = {
130- host : "0.0.0.0" ,
131128 port,
132129 } ;
133130 const server = new Server ( devServerOptions , compiler ) ;
@@ -166,7 +163,6 @@ describe("overlay", () => {
166163 ) ;
167164
168165 const devServerOptions = {
169- host : "0.0.0.0" ,
170166 port,
171167 } ;
172168 const server = new Server ( devServerOptions , compiler ) ;
@@ -204,7 +200,6 @@ describe("overlay", () => {
204200 new ErrorPlugin ( "<strong>strong</strong>" ) . apply ( compiler ) ;
205201
206202 const devServerOptions = {
207- host : "0.0.0.0" ,
208203 port,
209204 } ;
210205 const server = new Server ( devServerOptions , compiler ) ;
@@ -238,7 +233,6 @@ describe("overlay", () => {
238233 it ( "should not show initially, then show on an error, then hide on fix" , async ( ) => {
239234 const compiler = webpack ( config ) ;
240235 const devServerOptions = {
241- host : "0.0.0.0" ,
242236 port,
243237 } ;
244238 const server = new Server ( devServerOptions , compiler ) ;
@@ -305,7 +299,6 @@ describe("overlay", () => {
305299 it ( "should not show initially, then show on an error, then show other error, then hide on fix" , async ( ) => {
306300 const compiler = webpack ( config ) ;
307301 const devServerOptions = {
308- host : "0.0.0.0" ,
309302 port,
310303 } ;
311304 const server = new Server ( devServerOptions , compiler ) ;
@@ -392,7 +385,6 @@ describe("overlay", () => {
392385 it ( "should not show initially, then show on an error and allow to close" , async ( ) => {
393386 const compiler = webpack ( config ) ;
394387 const devServerOptions = {
395- host : "0.0.0.0" ,
396388 port,
397389 } ;
398390 const server = new Server ( devServerOptions , compiler ) ;
@@ -470,7 +462,6 @@ describe("overlay", () => {
470462 new WarningPlugin ( ) . apply ( compiler ) ;
471463
472464 const devServerOptions = {
473- host : "0.0.0.0" ,
474465 port,
475466 client : {
476467 overlay : false ,
@@ -504,7 +495,6 @@ describe("overlay", () => {
504495 new WarningPlugin ( ) . apply ( compiler ) ;
505496
506497 const devServerOptions = {
507- host : "0.0.0.0" ,
508498 port,
509499 client : {
510500 overlay : {
@@ -540,7 +530,6 @@ describe("overlay", () => {
540530 new WarningPlugin ( ) . apply ( compiler ) ;
541531
542532 const devServerOptions = {
543- host : "0.0.0.0" ,
544533 port,
545534 client : {
546535 overlay : true ,
@@ -580,7 +569,6 @@ describe("overlay", () => {
580569 new WarningPlugin ( ) . apply ( compiler ) ;
581570
582571 const devServerOptions = {
583- host : "0.0.0.0" ,
584572 port,
585573 client : {
586574 overlay : {
@@ -622,7 +610,6 @@ describe("overlay", () => {
622610 new WarningPlugin ( ) . apply ( compiler ) ;
623611
624612 const devServerOptions = {
625- host : "0.0.0.0" ,
626613 port,
627614 client : {
628615 overlay : {
@@ -664,7 +651,6 @@ describe("overlay", () => {
664651 new ErrorPlugin ( ) . apply ( compiler ) ;
665652
666653 const devServerOptions = {
667- host : "0.0.0.0" ,
668654 port,
669655 client : {
670656 overlay : false ,
@@ -698,7 +684,6 @@ describe("overlay", () => {
698684 new ErrorPlugin ( ) . apply ( compiler ) ;
699685
700686 const devServerOptions = {
701- host : "0.0.0.0" ,
702687 port,
703688 client : {
704689 overlay : {
@@ -734,7 +719,6 @@ describe("overlay", () => {
734719 new ErrorPlugin ( ) . apply ( compiler ) ;
735720
736721 const devServerOptions = {
737- host : "0.0.0.0" ,
738722 port,
739723 client : {
740724 overlay : true ,
@@ -774,7 +758,6 @@ describe("overlay", () => {
774758 new ErrorPlugin ( ) . apply ( compiler ) ;
775759
776760 const devServerOptions = {
777- host : "0.0.0.0" ,
778761 port,
779762 client : {
780763 overlay : {
@@ -816,7 +799,6 @@ describe("overlay", () => {
816799 new WarningPlugin ( ) . apply ( compiler ) ;
817800
818801 const devServerOptions = {
819- host : "0.0.0.0" ,
820802 port,
821803 client : {
822804 overlay : {
0 commit comments