()
| 1 | import { defineAsyncComponent, defineComponent, expectType, h } from './index' |
| 2 | |
| 3 | const asyncComponent1 = async () => defineComponent({}) |
| 4 | |
| 5 | const asyncComponent2 = async () => ({ template: 'ASYNC' }) |
| 6 |
nothing calls this directly
no test coverage detected
searching dependent graphs…