Skip to content

Commit

Permalink
fix: cypress now validates event name
Browse files Browse the repository at this point in the history
The placeholder code triggered cypress error.
  • Loading branch information
3cp committed Mar 25, 2020
1 parent 0cdf3da commit 962c539
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions skeleton/cypress/test/e2e/plugins__if_babel/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

module.exports = (on, config) => {
// bind to the event we care about
on('<event>', (arg1, arg2) => {
// plugin stuff here
});
// on('<event>', (arg1, arg2) => {
// // plugin stuff here
// });
};

0 comments on commit 962c539

Please sign in to comment.