Fix unittests

Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com>
This commit is contained in:
Alex Eftimie
2024-05-30 08:19:02 +02:00
parent edc180129e
commit 9d54ebfb3f
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -104,6 +104,7 @@ describe('TechDocsStorageClient', () => {
fetch: fetchApi.fetch,
onerror: expect.any(Function),
onmessage: expect.any(Function),
signal: expect.any(AbortSignal),
},
);
});