24 lines
440 B
TypeScript
Raw Normal View History

2019-08-21 22:00:48 -04: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-21 22:00:48 -04:00
test.todo('cloneVNode')
2019-08-22 17:13:25 -04:00
test.todo('mergeProps')
2019-08-21 22:00:48 -04:00
})