Skip to content

Commit

Permalink
Merge pull request #163 from DFE-Digital/chore/fix-js-linting-errors
Browse files Browse the repository at this point in the history
Chore: fix JS linting errors
  • Loading branch information
jack-coggin authored Oct 2, 2024
2 parents c14201d + 1d6c1f6 commit bf5ca63
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 bf5ca63

Please sign in to comment.