vue3-yuanma/packages/runtime-core/__tests__/vdomElement.spec.ts
2019-08-22 17:13:25 -04:00

10 lines
190 B
TypeScript

describe('vdom: element', () => {
test.todo('with props')
test.todo('with direct text children')
test.todo('with text node children')
test.todo('handle already mounted VNode')
})