Skip to content

Commit

Permalink
use cjs for cypress config
Browse files Browse the repository at this point in the history
  • Loading branch information
mismith committed Aug 6, 2024
1 parent 071563d commit a23faa2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress.config.js → cypress.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = defineConfig({
// We've imported your old cypress plugins here.
// You may want to clean this up later by importing these.
setupNodeEvents(on, config) {
return require('./cypress/plugins/index.js')(on, config)
return require('./cypress/plugins/index.cjs')(on, config)
},
},
})
File renamed without changes.

0 comments on commit a23faa2

Please sign in to comment.