UNPKG

quoad

Version:

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

9 lines (6 loc) 165 B
import { defineSupportCode } from 'cucumber'; defineSupportCode(({ Before }) => { Before({ tags: '@wip' }, function () { return 'pending'; }); });