🧪 Improve test formatting and fix spacing issues in api-client unit tests
This commit is contained in:
@@ -244,7 +244,9 @@ describe('api-client', () => {
|
||||
ok: true,
|
||||
headers: new Headers({ 'content-type': 'application/json' }),
|
||||
json: async () => ({}),
|
||||
clone: function() { return this; }
|
||||
clone: function () {
|
||||
return this;
|
||||
}
|
||||
});
|
||||
|
||||
await client.get('/test');
|
||||
|
||||
Reference in New Issue
Block a user