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 16a5aa9 commit 10dcaadCopy full SHA for 10dcaad
tests/unit/plugins/ProjectLoad.nuxt.test.js renamed to tests/unit/plugins/project_load.nuxt.test.js
@@ -1,6 +1,6 @@
1
import { beforeEach, describe, expect, test, vi } from "vitest"
2
-import { setActivePinia } from "pinia"
3
import { createTestingPinia } from "@pinia/testing"
+import { setActivePinia } from "pinia"
4
5
vi.mock("@/composables/viewer_call.js", () => ({
6
default: vi.fn(() => Promise.resolve({})),
0 commit comments