UNPKG

quoad

Version:

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

9 lines (6 loc) 133 B
describe('Jasmine', () => { xdescribe('A scenario', () => { it(`is marked as pending`, () => { }); }); });