Skip to content

Commit 551abb1

Browse files
committed
test: webpack 4
1 parent 4e51d5d commit 551abb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/DevServer.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ describe('DevServer', () => {
1717
});
1818

1919
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')
2121
.then((output) => {
2222
expect(output.exitCode).toEqual(0);
2323
expect(output.stderr).toContain('client/default/index.js?');
@@ -98,7 +98,7 @@ describe('DevServer', () => {
9898
.catch(done);
9999
});
100100

101-
it('should prepend devServer entry points depending on targetProperties', (done) => {
101+
webpack5Test('should prepend devServer entry points depending on targetProperties', (done) => {
102102
testBin('--config ./test/fixtures/dev-server/target-config.js')
103103
.then((output) => {
104104
expect(output.exitCode).toEqual(0);

0 commit comments

Comments
 (0)