diff --git a/src/__tests__/api.test.ts b/src/__tests__/api.test.ts index c5cbfc7b..77853057 100644 --- a/src/__tests__/api.test.ts +++ b/src/__tests__/api.test.ts @@ -82,7 +82,6 @@ describe('Api', () => { }); it('should return an item image url', () => { - vi.restoreAllMocks(); const api = new Api(SERVER_URL, TEST_CLIENT, TEST_DEVICE); expect(api.getItemImageUrl('TEST')).toBe('https://example.com/Items/TEST/Images/Primary'); expect(api.getItemImageUrl('TEST', ImageType.Backdrop, { fillWidth: 100, fillHeight: 100 }))