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', () => {
|
||||
test('should accept components defined with defineComponent')
|
||||
const comp = defineComponent({})
|
||||
defineComponent({
|
||||
components: { comp }
|
||||
test('should accept components defined with defineComponent', () => {
|
||||
const comp = defineComponent({})
|
||||
defineComponent({
|
||||
components: { comp }
|
||||
})
|
||||
})
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user