Skip to content

Commit 4a14417

Browse files
committed
fix(tests): update an outdated type import
1 parent 6b5e38d commit 4a14417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Select.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Option } from "./types";
1+
import type { Option } from "@/types/option";
22
import { mount } from "@vue/test-utils";
33

44
import { describe, expect, it } from "vitest";

0 commit comments

Comments
 (0)