]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
test: remove module augmentation test which does not work in the setup
authorEvan You <yyx990803@gmail.com>
Sun, 16 Jan 2022 09:13:52 +0000 (17:13 +0800)
committerEvan You <yyx990803@gmail.com>
Sun, 16 Jan 2022 09:13:52 +0000 (17:13 +0800)
test-dts/defineComponent.test-d.tsx

index c47371ef496a56933dcc70b9c9442619401c315b..031b4a13eb85f05c41c3fa16a07a1cfaf6ca9aac 100644 (file)
@@ -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"
     />
   )