UNPKG

quoad

Version:

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

8 lines (5 loc) 149 B
describe('Jasmine', () => { describe('A scenario', () => { it(`is marked as pending when it hasn't been implemented yet`); }); });