Skip to content

Commit 9b67774

Browse files
committed
test: update webpack 4 snapshot
1 parent a815f05 commit 9b67774

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

+5-3
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ Array [
5555

5656
exports[`API should work with callback API: page errors 1`] = `Array []`;
5757

58-
exports[`API should work with deprecated API ('listen' and \`close\` methods): console messages 1`] = `
58+
exports[`API should work with deprecated API ('listen' and 'close' methods): close deprecation log 1`] = `"'close' is deprecated. Please use the async 'stop' or 'stopCallback' method."`;
59+
60+
exports[`API should work with deprecated API ('listen' and 'close' methods): console messages 1`] = `
5961
Array [
6062
"[HMR] Waiting for update signal from WDS...",
6163
"Hey.",
@@ -64,9 +66,9 @@ Array [
6466
]
6567
`;
6668

67-
exports[`API should work with deprecated API ('listen' and \`close\` methods): deprecation log 1`] = `"'listen' is deprecated. Please use async 'start' or 'startCallback' methods."`;
69+
exports[`API should work with deprecated API ('listen' and 'close' methods): listen deprecation log 1`] = `"'listen' is deprecated. Please use the async 'start' or 'startCallback' method."`;
6870

69-
exports[`API should work with deprecated API ('listen' and \`close\` methods): page errors 1`] = `Array []`;
71+
exports[`API should work with deprecated API ('listen' and 'close' methods): page errors 1`] = `Array []`;
7072

7173
exports[`API should work with deprecated API (only compiler in constructor): console messages 1`] = `
7274
Array [

0 commit comments

Comments
 (0)