diff --git a/skeleton/cypress/test/e2e/plugins__if_babel/index.js b/skeleton/cypress/test/e2e/plugins__if_babel/index.js index ab35fdd92..6b53bb75f 100644 --- a/skeleton/cypress/test/e2e/plugins__if_babel/index.js +++ b/skeleton/cypress/test/e2e/plugins__if_babel/index.js @@ -13,7 +13,7 @@ module.exports = (on, config) => { // bind to the event we care about - on('', (arg1, arg2) => { - // plugin stuff here - }); + // on('', (arg1, arg2) => { + // // plugin stuff here + // }); };