]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: remove unused ts-expect-error
authorEvan You <yyx990803@gmail.com>
Sun, 25 Feb 2024 13:50:35 +0000 (21:50 +0800)
committerEvan You <yyx990803@gmail.com>
Sun, 25 Feb 2024 13:50:35 +0000 (21:50 +0800)
packages/runtime-core/__tests__/apiOptions.spec.ts

index 521b359e22d67537f7b3d7e0ba68d0c6e1c6c4df..1d4e805efce4b6e307db61b847061afd7e3404f1 100644 (file)
@@ -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() {},
     })
   })