test: layout more runtime-core tests

This commit is contained in:
Evan You
2019-08-21 22:00:48 -04:00
parent 8a01c8e549
commit f26cd5dfe4
11 changed files with 71 additions and 9 deletions

View File

@@ -0,0 +1,21 @@
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 inference')
test.todo('cloneVNode')
})