fix types

This commit is contained in:
Norbert de Langen 2022-12-23 16:08:06 +01:00
parent 07867c8d4e
commit a972797db5
No known key found for this signature in database
GPG Key ID: FD0E78AF9A837762

View File

@ -87,7 +87,7 @@ beforeEach(() => {
provider.serverChannel = mockChannel();
mockGetEntries.mockReset().mockReturnValue(mockEntries);
(global.fetch as ReturnType<typeof jest.fn<typeof global.fetch>>).mockReset().mockReturnValue(
(global.fetch as jest.Mock<ReturnType<typeof global.fetch>>).mockReset().mockReturnValue(
Promise.resolve({
status: 200,
ok: true,