it('should iterate props and resolve them', () => {
    const Component = { }
    const newProps = { someElement: <div>Child</div> }

    const resolveSpy = sinon.spy()