generated from Seekra/repository-template
style: ensure semicolons at line ends
This commit is contained in:
@@ -97,7 +97,7 @@ describe('fetchLegalContent', () => {
|
||||
test('throws FetchError on HTTP error', async () => {
|
||||
fetchSpy.mockResolvedValue(
|
||||
new Response(null, { status: 404 })
|
||||
)
|
||||
);
|
||||
await expect(getLegalNotice()).rejects.toThrow(FetchError);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user