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 1ba8a6b commit 1f18156Copy full SHA for 1f18156
tests/unit/plugins/project_load.nuxt.test.js
@@ -6,7 +6,7 @@ import { useTreeviewStore } from "@ogw_front/stores/treeview"
6
import { useAppStore } from "@ogw_front/stores/app"
7
import { useDataStyleStore } from "@ogw_front/stores/data_style"
8
import { useHybridViewerStore } from "@ogw_front/stores/hybrid_viewer"
9
-import { useDataBaseStore } from "@ogw_front/stores/database"
+import { useDataBaseStore } from "@ogw_front/stores/data_base"
10
11
vi.mock("../../../internal/utils/viewer_call.js", () => ({
12
viewer_call: vi.fn(() => Promise.resolve()),
0 commit comments