2019-08-22 10:00:48 +08:00
|
|
|
describe('vdom: element', () => {
|
|
|
|
test.todo('with props')
|
|
|
|
|
|
|
|
test.todo('with direct text children')
|
|
|
|
|
|
|
|
test.todo('with text node children')
|
2019-08-23 05:13:25 +08:00
|
|
|
|
|
|
|
test.todo('handle already mounted VNode')
|
2019-08-22 10:00:48 +08:00
|
|
|
})
|