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: tests/e2e/__snapshots__/api.test.js.snap
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,18 @@ exports[`API > Invalidate callback > should use the provided \`callback\` functi
24
24
25
25
exports[`API > Invalidate callback > should use the provided \`callback\` function > response status 1`] =`200`;
26
26
27
+
exports[`API > RSPACK_SERVE environment variable > should be present > console messages 1`] =`
28
+
[
29
+
"[rspack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
30
+
"[HMR] Waiting for update signal from WDS...",
31
+
"Hey.",
32
+
]
33
+
`;
34
+
35
+
exports[`API > RSPACK_SERVE environment variable > should be present > page errors 1`] =`[]`;
36
+
37
+
exports[`API > RSPACK_SERVE environment variable > should be present > response status 1`] =`200`;
38
+
27
39
exports[`API > Server.checkHostHeader > should allow URLs with scheme for checking origin when the "option.client.webSocketURL" is object > page errors 1`] =`[]`;
28
40
29
41
exports[`API > Server.checkHostHeader > should allow URLs with scheme for checking origin when the "option.client.webSocketURL" is object > response status 1`] =`200`;
@@ -92,18 +104,6 @@ exports[`API > Server.getFreePort > should return the port when the port is unde
92
104
93
105
exports[`API > Server.getFreePort > should throw the error when the port isn't found 1`] =`[Error: No available ports found]`;
94
106
95
-
exports[`API > WEBPACK_SERVE environment variable > should be present > console messages 1`] =`
96
-
[
97
-
"[rspack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
98
-
"[HMR] Waiting for update signal from WDS...",
99
-
"Hey.",
100
-
]
101
-
`;
102
-
103
-
exports[`API > WEBPACK_SERVE environment variable > should be present > page errors 1`] =`[]`;
104
-
105
-
exports[`API > WEBPACK_SERVE environment variable > should be present > response status 1`] =`200`;
106
-
107
107
exports[`API > latest async API > should work and allow to rerun dev server multiple times > console messages 1`] =`
108
108
[
109
109
"[rspack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
0 commit comments