UNPKG

quoad

Version:

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

7 lines (5 loc) 162 B
/* eslint-disable unicorn/filename-case */ import { Before } from '@cucumber/cucumber'; Before({ tags: '@skip' }, function () { return 'skipped' as any; });