UNPKG

quoad

Version:

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

8 lines (6 loc) 189 B
// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types export = function () { this.Before({ tags: ['@wip'] }, function () { return 'pending'; }); };