UNPKG

zuul

Version:
14 lines (11 loc) 282 B
describe('suite', function() { it('should pass', function() { expect( true ).toBeTruthy(); }); it('should fail', function() { expect( true ).toBeFalsy(); }); xit('should be skipped', function() { expect( true ).toBeFalsy(); }); });