test: remove module augmentation test which does not work in the setup
This commit is contained in:
parent
bc170e68ab
commit
4d07ed809c
@ -15,12 +15,6 @@ import {
|
|||||||
h
|
h
|
||||||
} from './index'
|
} from './index'
|
||||||
|
|
||||||
declare module 'vue' {
|
|
||||||
interface ComponentCustomProps {
|
|
||||||
hello?: string
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
describe('with object props', () => {
|
describe('with object props', () => {
|
||||||
interface ExpectedProps {
|
interface ExpectedProps {
|
||||||
a?: number | undefined
|
a?: number | undefined
|
||||||
@ -301,7 +295,6 @@ describe('with object props', () => {
|
|||||||
fff={(a, b) => ({ a: a > +b })}
|
fff={(a, b) => ({ a: a > +b })}
|
||||||
hhh={false}
|
hhh={false}
|
||||||
jjj={() => ''}
|
jjj={() => ''}
|
||||||
hello="hello"
|
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user