vue3-yuanma/packages/runtime-core/__tests__/rendererElement.spec.ts
2019-08-29 16:56:31 -04:00

10 lines
194 B
TypeScript

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