mirror of
https://github.com/zadam/trilium.git
synced 2025-12-20 23:29:55 +01:00
chore(test): warning of unsupported requests
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user