Explorar o código

chore: remove unused ts-expect-error

Evan You %!s(int64=2) %!d(string=hai) anos
pai
achega
c6defc8df1
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      packages/runtime-core/__tests__/apiOptions.spec.ts

+ 0 - 2
packages/runtime-core/__tests__/apiOptions.spec.ts

@@ -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() {},
     })
   })