Skip to content

Commit 9f71efc

Browse files
authored
fix: Vue test failing when not installed (#78)
1 parent ea8d5ac commit 9f71efc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test-d/vue.test-d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { expectType } from "tsd";
2+
// @ts-ignore
23
import { createMwApp, createApp } from "vue";
34

45
expectType<typeof createApp>(createMwApp);

0 commit comments

Comments
 (0)