10 lines
190 B
TypeScript
Raw Normal View History

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