You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/e2e/__snapshots__/api.test.js.snap.webpack4
+5-3
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,9 @@ Array [
55
55
56
56
exports[`API should work with callback API: page errors 1`] = `Array []`;
57
57
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`] = `
59
61
Array [
60
62
"[HMR] Waiting for update signal from WDS...",
61
63
"Hey.",
@@ -64,9 +66,9 @@ Array [
64
66
]
65
67
`;
66
68
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."`;
68
70
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 []`;
70
72
71
73
exports[`API should work with deprecated API (only compiler in constructor): console messages 1`] = `
0 commit comments