diff --git a/test/spec_helpers.mts b/test/spec_helpers.mts index 149a6f69f..1068b9509 100644 --- a/test/spec_helpers.mts +++ b/test/spec_helpers.mts @@ -207,3 +207,7 @@ fetchMock.sticky({ }, vegbilderOwsCapabilities, {sticky: true}); fetchMock.config.fallbackToNetwork = true; fetchMock.config.overwriteRoutes = false; + +beforeAll(async () => { + await iD.coreLocalizer().ensureLoaded(); +});