import { Before } from '@cucumber/cucumber';

Before({ tags: '@wip' }, function () {
    return 'pending';
});
