Skip to content

Commit 174e2fa

Browse files
committed
Migrate test to vitest
1 parent 0963f57 commit 174e2fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/src/components/Dataset/DatasetCopy.test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
import { getLocalVue } from "@tests/vitest/helpers";
12
import { mount } from "@vue/test-utils";
23
import flushPromises from "flush-promises";
34
import { createPinia } from "pinia";
4-
import { getLocalVue } from "tests/jest/helpers";
5+
import { beforeEach, expect, it } from "vitest";
56

67
import { useServerMock } from "@/api/client/__mocks__";
78
import { useHistoryStore } from "@/stores/historyStore";

0 commit comments

Comments
 (0)