it('should resolve children if it is a single element', () => {
    const Component = { }
    const newProps = { children: <div>Child</div> }

    const resolveSpy = sinon.spy()