test: reformat defineComponent dts test (#631)
This commit is contained in:
parent
751d838fb9
commit
2f6ec45d10
@ -261,9 +261,10 @@ describe('compatibility w/ createApp', () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
describe('defineComponent', () => {
|
describe('defineComponent', () => {
|
||||||
test('should accept components defined with defineComponent')
|
test('should accept components defined with defineComponent', () => {
|
||||||
const comp = defineComponent({})
|
const comp = defineComponent({})
|
||||||
defineComponent({
|
defineComponent({
|
||||||
components: { comp }
|
components: { comp }
|
||||||
})
|
})
|
||||||
|
})
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user