Skip to content

Commit

Permalink
Use correct support file
Browse files Browse the repository at this point in the history
  • Loading branch information
mattvague committed Oct 28, 2024
1 parent 1368700 commit 4fad414
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
1 change: 1 addition & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const { defineConfig } = require("cypress");
module.exports = defineConfig({
e2e: {
specPattern: 'tests/cypress/**/*.spec.js',
supportFile: 'tests/cypress/support/index.js',
setupNodeEvents(on, config) {
// implement node event listeners here
},
Expand Down
14 changes: 0 additions & 14 deletions cypress/support/e2e.js

This file was deleted.

0 comments on commit 4fad414

Please sign in to comment.