This commit is contained in:
Martin Raifer
2024-10-16 13:52:12 +02:00
parent b4e55c2027
commit e7f56cf7f5

View File

@@ -207,3 +207,7 @@ fetchMock.sticky({
}, vegbilderOwsCapabilities, {sticky: true});
fetchMock.config.fallbackToNetwork = true;
fetchMock.config.overwriteRoutes = false;
beforeAll(async () => {
await iD.coreLocalizer().ensureLoaded();
});