From: Evan You Date: Sun, 16 Jan 2022 09:13:52 +0000 (+0800) Subject: test: remove module augmentation test which does not work in the setup X-Git-Tag: v3.2.27~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d07ed809c5de65addbfedb91ac334bf1b029218;p=thirdparty%2Fvuejs%2Fcore.git test: remove module augmentation test which does not work in the setup --- diff --git a/test-dts/defineComponent.test-d.tsx b/test-dts/defineComponent.test-d.tsx index c47371ef49..031b4a13eb 100644 --- a/test-dts/defineComponent.test-d.tsx +++ b/test-dts/defineComponent.test-d.tsx @@ -15,12 +15,6 @@ import { h } from './index' -declare module 'vue' { - interface ComponentCustomProps { - hello?: string - } -} - describe('with object props', () => { interface ExpectedProps { a?: number | undefined @@ -301,7 +295,6 @@ describe('with object props', () => { fff={(a, b) => ({ a: a > +b })} hhh={false} jjj={() => ''} - hello="hello" /> )