vue3-yuanma/packages/runtime-core/__tests__/rendererElement.spec.ts

10 lines
194 B
TypeScript
Raw Normal View History

2019-08-29 20:56:31 +00:00
describe('renderer: element', () => {
2019-08-22 02:00:48 +00:00
test.todo('with props')
test.todo('with direct text children')
test.todo('with text node children')
2019-08-22 21:13:25 +00:00
test.todo('handle already mounted VNode')
2019-08-22 02:00:48 +00:00
})