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.webpack5
-24Lines changed: 0 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -116,30 +116,6 @@ exports[`API WEBPACK_SERVE environment variable should be present: page errors 1
116
116
117
117
exports[`API WEBPACK_SERVE environment variable should be present: response status 1`] = `200`;
118
118
119
-
exports[`API deprecated API should log warning when the "port" and "host" options from options different from arguments ('listen' method): console messages 1`] = `
120
-
Array [
121
-
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
122
-
"[HMR] Waiting for update signal from WDS...",
123
-
"Hey.",
124
-
]
125
-
`;
126
-
127
-
exports[`API deprecated API should log warning when the "port" and "host" options from options different from arguments ('listen' method): page errors 1`] = `Array []`;
128
-
129
-
exports[`API deprecated 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."`;
130
-
131
-
exports[`API deprecated API should work with deprecated API ('listen' and 'close' methods): console messages 1`] = `
132
-
Array [
133
-
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
134
-
"[HMR] Waiting for update signal from WDS...",
135
-
"Hey.",
136
-
]
137
-
`;
138
-
139
-
exports[`API deprecated 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."`;
140
-
141
-
exports[`API deprecated API should work with deprecated API ('listen' and 'close' methods): page errors 1`] = `Array []`;
142
-
143
119
exports[`API deprecated API should work with deprecated API (only compiler in constructor): console messages 1`] = `
144
120
Array [
145
121
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
0 commit comments