backport fixes from PR#10452 missing in merge e839b6307

This commit is contained in:
Martin Raifer
2024-10-16 13:47:46 +02:00
parent 108893c624
commit b4e55c2027
2 changed files with 3 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ import type { FetchMockStatic } from 'fetch-mock';
declare global {
declare var iD: typeof import('.');
declare var d3: import('d3');
declare var d3: typeof import('d3');
declare var fetchMock: FetchMockStatic;
declare var before: typeof beforeEach;
declare var after: typeof afterEach;