UNPKG

create-codeceptjs-bdd-tests

Version:
10 lines (7 loc) 169 B
export {}; Given(/Fred logs in with the valid credentials/, () => { //Implement }); When(/he is able to contribute to the repository/, () => { //Implement });