Skip to content

Commit dc9075c

Browse files
committed
chore: update snapshot for webpack 4
1 parent 9d35ac4 commit dc9075c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

test/e2e/__snapshots__/api.test.js.snap.webpack4

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,14 @@ Array [
8787
`;
8888

8989
exports[`API should work with deprecated API (the order of the arguments in the constructor): page errors 1`] = `Array []`;
90+
91+
exports[`API should work with plugin API: console messages 1`] = `
92+
Array [
93+
"[HMR] Waiting for update signal from WDS...",
94+
"Hey.",
95+
"[webpack-dev-server] Hot Module Replacement enabled.",
96+
"[webpack-dev-server] Live Reloading enabled.",
97+
]
98+
`;
99+
100+
exports[`API should work with plugin API: page errors 1`] = `Array []`;

0 commit comments

Comments
 (0)