describe('Adding elements after', () => {
  it('should add a primitive after all children', () => {
    const newProps = { children: 'test' }
    const content = { content: 'inserted' }