1 2 3 4 5 6
// jshint esversion: 6 module.exports = (on, config) => { require('@cypress/code-coverage/task')(on, config); return config; };