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
+6
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,8 @@ Array [
64
64
]
65
65
`;
66
66
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."`;
68
+
67
69
exports[`API should work with deprecated API ('listen' and \`close\` methods): page errors 1`] = `Array []`;
68
70
69
71
exports[`API should work with deprecated API (only compiler in constructor): console messages 1`] = `
@@ -75,6 +77,8 @@ Array [
75
77
]
76
78
`;
77
79
80
+
exports[`API should work with deprecated API (only compiler in constructor): deprecation log 1`] = `"Using 'compiler' as the first argument is deprecated. Please use 'options' as the first argument and 'compiler' as the second argument."`;
81
+
78
82
exports[`API should work with deprecated API (only compiler in constructor): page errors 1`] = `Array []`;
79
83
80
84
exports[`API should work with deprecated API (the order of the arguments in the constructor): console messages 1`] = `
@@ -86,4 +90,6 @@ Array [
86
90
]
87
91
`;
88
92
93
+
exports[`API should work with deprecated API (the order of the arguments in the constructor): deprecation log 1`] = `"Using 'compiler' as the first argument is deprecated. Please use 'options' as the first argument and 'compiler' as the second argument."`;
94
+
89
95
exports[`API should work with deprecated API (the order of the arguments in the constructor): page errors 1`] = `Array []`;
Copy file name to clipboardExpand all lines: test/e2e/__snapshots__/api.test.js.snap.webpack5
+6
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,8 @@ Array [
64
64
]
65
65
`;
66
66
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."`;
68
+
67
69
exports[`API should work with deprecated API ('listen' and \`close\` methods): page errors 1`] = `Array []`;
68
70
69
71
exports[`API should work with deprecated API (only compiler in constructor): console messages 1`] = `
@@ -75,6 +77,8 @@ Array [
75
77
]
76
78
`;
77
79
80
+
exports[`API should work with deprecated API (only compiler in constructor): deprecation log 1`] = `"Using 'compiler' as the first argument is deprecated. Please use 'options' as the first argument and 'compiler' as the second argument."`;
81
+
78
82
exports[`API should work with deprecated API (only compiler in constructor): page errors 1`] = `Array []`;
79
83
80
84
exports[`API should work with deprecated API (the order of the arguments in the constructor): console messages 1`] = `
@@ -86,4 +90,6 @@ Array [
86
90
]
87
91
`;
88
92
93
+
exports[`API should work with deprecated API (the order of the arguments in the constructor): deprecation log 1`] = `"Using 'compiler' as the first argument is deprecated. Please use 'options' as the first argument and 'compiler' as the second argument."`;
94
+
89
95
exports[`API should work with deprecated API (the order of the arguments in the constructor): page errors 1`] = `Array []`;
0 commit comments