2021-02-22 22:37:29 -08:00

8 lines
186 B
TypeScript

/**
* @type {Cypress.PluginConfig}
*/
module.exports = (on, config) => {
// `on` is used to hook into various events Cypress emits
// `config` is the resolved Cypress config
}