Skip to content

Commit f3ed540

Browse files
tests okay
1 parent fb302cf commit f3ed540

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/stores/infra.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import Status from "@ogw_front/utils/status.js"
2-
import { appMode, getAppMode } from "@ogw_front/utils/app_mode.js"
2+
import { appMode, getAppMode } from "@ogw_front/utils/app_mode"
3+
import { useLambdaStore } from "@ogw_front/stores/lambda"
34

45
export const useInfraStore = defineStore("infra", {
56
state: () => ({

tests/unit/stores/Infra.nuxt.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import { appMode } from "@ogw_front/utils/app_mode"
1111
import { useInfraStore } from "@ogw_front/stores/infra"
1212
import { useGeodeStore } from "@ogw_front/stores/geode"
1313
import { useViewerStore } from "@ogw_front/stores/viewer"
14+
import { useLambdaStore } from "@ogw_front/stores/lambda"
1415

1516
// Mock navigator.locks API
1617
const mockLockRequest = vi.fn().mockImplementation(async (name, callback) => {

0 commit comments

Comments
 (0)