File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ describe('DevServer', () => {
17
17
} ) ;
18
18
19
19
it ( 'should add devServer entry points to a multi entry point object' , ( done ) => {
20
- testBin ( '--config ./test/fixtures/dev-server/multi-entry.js' )
20
+ testBin ( '--config ./test/fixtures/dev-server/multi-entry.js --stats=verbose ' )
21
21
. then ( ( output ) => {
22
22
expect ( output . exitCode ) . toEqual ( 0 ) ;
23
23
expect ( output . stderr ) . toContain ( 'client/default/index.js?' ) ;
@@ -98,7 +98,7 @@ describe('DevServer', () => {
98
98
. catch ( done ) ;
99
99
} ) ;
100
100
101
- it ( 'should prepend devServer entry points depending on targetProperties' , ( done ) => {
101
+ webpack5Test ( 'should prepend devServer entry points depending on targetProperties' , ( done ) => {
102
102
testBin ( '--config ./test/fixtures/dev-server/target-config.js' )
103
103
. then ( ( output ) => {
104
104
expect ( output . exitCode ) . toEqual ( 0 ) ;
You can’t perform that action at this time.
0 commit comments