UNPKG

quoad

Version:

Serenity/JS: Next generation acceptance testing library for modern web applications.

10 lines (7 loc) 219 B
describe('Mocha reporting', () => { describe('A scenario', () => { it('fails when an error is thrown', () => { throw new Error(`Something happened`); // fail with throw }); }); });