chore(test): warning of unsupported requests

This commit is contained in:
Elian Doran 2025-12-03 21:15:16 +02:00
parent 0525cfab79
commit 74c11f4d4e
No known key found for this signature in database

View File

@ -46,6 +46,8 @@ function mockServer() {
attributes: [] attributes: []
} }
} }
console.warn(`Unsupported GET to mocked server: ${url}`);
}, },
async post(url: string, data: object) { async post(url: string, data: object) {