mirror of https://github.com/vuejs/core.git
chore: remove unused ts-expect-error
This commit is contained in:
parent
edbbb6da12
commit
c6defc8df1
|
@ -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() {},
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue