We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c568664 commit 77a3f28Copy full SHA for 77a3f28
tests/integration/setup.js
@@ -31,9 +31,10 @@ async function setupIntegrationTests(file_name, geode_object) {
31
createSpy: vi.fn,
32
})
33
setActivePinia(pinia)
34
+ const infraStore = useInfraStore()
35
+ infraStore.init_microservices()
36
const geodeStore = useGeodeStore()
37
const hybridViewerStore = useHybridViewerStore()
- const infraStore = useInfraStore()
38
const viewerStore = useViewerStore()
39
infraStore.app_mode = appMode.BROWSER
40
0 commit comments