11 lines
212 B
JavaScript
11 lines
212 B
JavaScript
/**
|
|
* Cypress plugins file.
|
|
*
|
|
* @param {Object} on - Cypress events
|
|
* @param {Object} config - Cypress config
|
|
* @return {Object} - Modified config
|
|
*/
|
|
module.exports = (on, config) => {
|
|
return config;
|
|
};
|