From 74c11f4d4ee3615e7129869bbc88e572ed66ced1 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 3 Dec 2025 21:15:16 +0200 Subject: [PATCH] chore(test): warning of unsupported requests --- apps/client/src/test/setup.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/client/src/test/setup.ts b/apps/client/src/test/setup.ts index 7f3f5aa1b9..f15c07567c 100644 --- a/apps/client/src/test/setup.ts +++ b/apps/client/src/test/setup.ts @@ -46,6 +46,8 @@ function mockServer() { attributes: [] } } + + console.warn(`Unsupported GET to mocked server: ${url}`); }, async post(url: string, data: object) {