Skip to content

Commit 10dcaad

Browse files
committed
project_load test
1 parent 16a5aa9 commit 10dcaad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/plugins/ProjectLoad.nuxt.test.js renamed to tests/unit/plugins/project_load.nuxt.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { beforeEach, describe, expect, test, vi } from "vitest"
2-
import { setActivePinia } from "pinia"
32
import { createTestingPinia } from "@pinia/testing"
3+
import { setActivePinia } from "pinia"
44

55
vi.mock("@/composables/viewer_call.js", () => ({
66
default: vi.fn(() => Promise.resolve({})),

0 commit comments

Comments
 (0)