matrepl/cypress/plugins/index.js
2021-02-18 21:08:19 +01:00

7 lines
182 B
JavaScript

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