Jamie Kelly
Results
2
comments of
Jamie Kelly
I have a temporary workaround for now via [stackoverflow](http://stackoverflow.com/questions/20963038/jasmine-2-0-refactoring-out-1-3s-runs-and-waitsfor) ``` it('fetches forks from GitHub', () => { const rendered = TestUtils.renderIntoDocument( ); setTimeout(function() { const forks = TestUtils.scryRenderedDOMComponentsWithClass(rendered, 'github'); expect(forks.length).toEqual(30);...
In my case it was to enable curl in php.ini