UNPKG

hydro-fail-fast

Version:
10 lines (8 loc) 190 B
describe('--fail-fast test', function() { it('fails', function() { throw new Error('test'); }); it('should not be executed', function() { throw new Error('test 2'); }); });