diff --git a/packages/docs/cypress/plugins/index.js b/packages/docs/cypress/plugins/index.js index 41173d2..517e605 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 -// } +export default function cypressConfig(on, config) { + // `on` is used to hook into various events Cypress emits + // `config` is the resolved Cypress config +}