We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc9bf77 commit d9f9f54Copy full SHA for d9f9f54
1 file changed
frontend/vitest-setup.ts
@@ -201,6 +201,9 @@ export const handlers = [
201
202
return HttpResponse.json(parsedCameraId);
203
}),
204
+ http.get("/api/guest_exists", () => {
205
+ return HttpResponse.json(null);
206
+ }),
207
api_ws.addEventListener("connection", async ({ client }) => {
208
console.log("WebSocket connection established");
209
await timeoutPromise(100);
0 commit comments