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

24 lines
440 B
TypeScript
Raw Normal View History

2019-08-22 10:00:48 +08:00
describe('vnode', () => {
test.todo('create with just tag')
test.todo('create with tag and props')
test.todo('create with tag, props and children')
test.todo('create with 0 as props')
test.todo('class normalization')
test.todo('style normalization')
test.todo('children normalization')
test.todo('normalizeVNode')
test.todo('node type/shapeFlag inference')
2019-08-22 10:00:48 +08:00
test.todo('cloneVNode')
2019-08-23 05:13:25 +08:00
test.todo('mergeProps')
2019-08-22 10:00:48 +08:00
})