From e7f56cf7f5b16c03a710c44cfc40146d2aad7c1e Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Wed, 16 Oct 2024 13:52:12 +0200 Subject: [PATCH] see b4e55c202 --- test/spec_helpers.mts | 4 ++++ 1 file changed, 4 insertions(+) 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(); +});