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')
|
|
|
|
|
2019-08-31 00:16:09 +08:00
|
|
|
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
|
|
|
})
|