diff --git a/packages/docs/cypress/plugins/index.js b/packages/docs/cypress/plugins/index.js index 59b2bab..41173d2 100644 --- a/packages/docs/cypress/plugins/index.js +++ b/packages/docs/cypress/plugins/index.js @@ -16,7 +16,7 @@ * @type {Cypress.PluginConfig} */ // eslint-disable-next-line no-unused-vars -module.exports = (on, config) => { - // `on` is used to hook into various events Cypress emits - // `config` is the resolved Cypress config -} +// module.exports = (on, config) => { +// `on` is used to hook into various events Cypress emits +// `config` is the resolved Cypress config +// }