UNPKG

quoad

Version:

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

9 lines (6 loc) 151 B
describe('Mocha reporting', () => { describe('A scenario', () => { it.skip(`is marked as pending`, function () { }); }); });