mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-20 05:26:20 +00:00
Fix styles import order
This commit is contained in:
@@ -61,7 +61,7 @@ describe('HttpClient', () => {
|
||||
const theError = { error: true, foo: 'bar' };
|
||||
fetch.mockResolvedValue({ json: () => theError, ok: false });
|
||||
|
||||
await expect(httpClient.fetchJson('')).rejects.toEqual(theError);
|
||||
await expect(httpClient.fetchEmpty('')).rejects.toEqual(theError);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user