Diego Couto

Results 3 comments of Diego Couto

I've started to face this same issue recently, after an update from version 2.6.x to 2.8.1.

Sure! This is the content: ``` javascript describe('Hello from Jasmine', function(){ it('passes', function(){ expect(true).toBeTruthy(); }); }); ```

Actually, I'm planning to use the tests to build React components, but as it wasn't working, I tried to remove as much variables as possible to find the issue, this...