import { Before } from 'cucumber';

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