🧪 Improve test formatting and fix spacing issues in api-client unit tests

This commit is contained in:
2026-01-28 22:17:22 +00:00
parent 2a8cfd4011
commit a8b5ee6e3c

View File

@@ -244,7 +244,9 @@ describe('api-client', () => {
ok: true, ok: true,
headers: new Headers({ 'content-type': 'application/json' }), headers: new Headers({ 'content-type': 'application/json' }),
json: async () => ({}), json: async () => ({}),
clone: function() { return this; } clone: function () {
return this;
}
}); });
await client.get('/test'); await client.get('/test');