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 0963f57 commit 174e2faCopy full SHA for 174e2fa
client/src/components/Dataset/DatasetCopy.test.js
@@ -1,7 +1,8 @@
1
+import { getLocalVue } from "@tests/vitest/helpers";
2
import { mount } from "@vue/test-utils";
3
import flushPromises from "flush-promises";
4
import { createPinia } from "pinia";
-import { getLocalVue } from "tests/jest/helpers";
5
+import { beforeEach, expect, it } from "vitest";
6
7
import { useServerMock } from "@/api/client/__mocks__";
8
import { useHistoryStore } from "@/stores/historyStore";
0 commit comments