Skip to content

Commit 4073cf5

Browse files
committed
Update typecheck.spec.ts
1 parent efecca7 commit 4073cf5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/tsc/tests/typecheck.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ test(`vue-tsc`, () => {
3737
"test-workspace/tsc/failed_directives/main.vue(17,2): error TS2578: Unused '@ts-expect-error' directive.",
3838
"test-workspace/tsc/failed_directives/main.vue(20,2): error TS2578: Unused '@ts-expect-error' directive.",
3939
"test-workspace/tsc/failed_directives/main.vue(9,6): error TS2339: Property 'notExist' does not exist on type '{ exist: {}; Comp: () => void; $: ComponentInternalInstance; $data: {}; $props: {}; $attrs: Data; $refs: Data; $slots: Readonly<InternalSlots>; ... 8 more ...; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: OnCleanup) => any : (a...'.",
40-
"test-workspace/tsc/fallthroughAttributes/main.vue(14,2): error TS2578: Unused '@ts-expect-error' directive.",
41-
"test-workspace/tsc/fallthroughAttributes/main.vue(16,2): error TS2578: Unused '@ts-expect-error' directive.",
4240
]
4341
`);
4442
});

0 commit comments

Comments
 (0)