rendererElement.spec.ts 194 B

123456789
  1. describe('renderer: element', () => {
  2. test.todo('with props')
  3. test.todo('with direct text children')
  4. test.todo('with text node children')
  5. test.todo('handle already mounted VNode')
  6. })