UNPKG

quoad

Version:

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

18 lines (13 loc) 309 B
describe('Mocha', () => { describe('A scenario', () => { it('passes the first time', () => { // no-op }); it('passes the second time', () => { // no-op }); it('passes the third time', () => { // no-op }); }); });