8 lines
145 B
TypeScript
8 lines
145 B
TypeScript
|
describe('vdom: element', () => {
|
||
|
test.todo('with props')
|
||
|
|
||
|
test.todo('with direct text children')
|
||
|
|
||
|
test.todo('with text node children')
|
||
|
})
|