mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 16:19:48 +02:00
backport fixes from PR#10452 missing in merge e839b6307
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user