Follow CodeFactors suggestions

This commit is contained in:
Robert Schäfer 2018-12-12 01:07:17 +01:00
parent 7d5c7f421a
commit 6f9015bb8f

View File

@ -11,7 +11,7 @@
// This function is called when a project is opened or re-opened (e.g. due to
// the project's config changing)
module.exports = (on, config) => {
module.exports = () => { // (on, config) => {
// `on` is used to hook into various events Cypress emits
// `config` is the resolved Cypress config
}