Skip to content

Commit

Permalink
chore: remove unused ts-expect-error
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Feb 25, 2024
1 parent edbbb6d commit c6defc8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/runtime-core/__tests__/apiOptions.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -790,10 +790,8 @@ describe('api: options', () => {
data() {},
}
defineComponent({
// @ts-expect-error edge case after #7963, unlikely to happen in practice
// since the user will want to type the mixins themselves.
mixins: [defineComponent(MixinA), defineComponent(MixinB)],
// @ts-expect-error
data() {},
})
})
Expand Down

0 comments on commit c6defc8

Please sign in to comment.