Skip to content

Commit c6defc8

Browse files
committed
chore: remove unused ts-expect-error
1 parent edbbb6d commit c6defc8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/runtime-core/__tests__/apiOptions.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -790,10 +790,8 @@ describe('api: options', () => {
790790
data() {},
791791
}
792792
defineComponent({
793-
// @ts-expect-error edge case after #7963, unlikely to happen in practice
794793
// since the user will want to type the mixins themselves.
795794
mixins: [defineComponent(MixinA), defineComponent(MixinB)],
796-
// @ts-expect-error
797795
data() {},
798796
})
799797
})

0 commit comments

Comments
 (0)