Skip to content

Commit

Permalink
remove unnused variables from cypress config
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-coggin committed Oct 1, 2024
1 parent 4075583 commit 1d6c1f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Dfe.ContentSupport.Web.E2ETests/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { defineConfig } = require('cypress');

module.exports = defineConfig({
e2e: {
setupNodeEvents(on, config) {
setupNodeEvents() {
// implement node event listeners here
},
baseUrl: process.env.CYPRESS_BASE_URL || 'http://localhost:5265',
Expand Down

0 comments on commit 1d6c1f6

Please sign in to comment.