vue3-yuanma/packages/runtime-core/__tests__/vdomElement.spec.ts
2019-08-21 22:00:48 -04:00

8 lines
145 B
TypeScript

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