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