test: restructure
This commit is contained in:
9
packages/runtime-core/__tests__/rendererElement.spec.ts
Normal file
9
packages/runtime-core/__tests__/rendererElement.spec.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
describe('renderer: element', () => {
|
||||
test.todo('with props')
|
||||
|
||||
test.todo('with direct text children')
|
||||
|
||||
test.todo('with text node children')
|
||||
|
||||
test.todo('handle already mounted VNode')
|
||||
})
|
||||
Reference in New Issue
Block a user