Skip to content

Commit 4d07ed8

Browse files
committed
test: remove module augmentation test which does not work in the setup
1 parent bc170e6 commit 4d07ed8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test-dts/defineComponent.test-d.tsx

-7
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ import {
1515
h
1616
} from './index'
1717

18-
declare module 'vue' {
19-
interface ComponentCustomProps {
20-
hello?: string
21-
}
22-
}
23-
2418
describe('with object props', () => {
2519
interface ExpectedProps {
2620
a?: number | undefined
@@ -301,7 +295,6 @@ describe('with object props', () => {
301295
fff={(a, b) => ({ a: a > +b })}
302296
hhh={false}
303297
jjj={() => ''}
304-
hello="hello"
305298
/>
306299
)
307300

0 commit comments

Comments
 (0)