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) {