Skip to content

Commit

Permalink
Remove import of empty plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
eikhr committed Jun 4, 2022
1 parent 5e51952 commit 49507e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions cypress.config.js
Expand Up @@ -12,11 +12,6 @@ module.exports = defineConfig({
openMode: 0,
},
e2e: {
// 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);
},
baseUrl: 'http://localhost:3000',
specPattern: 'cypress/e2e/**/*.{js,jsx,ts,tsx}',
},
Expand Down
1 change: 0 additions & 1 deletion cypress/plugins/index.js

This file was deleted.

0 comments on commit 49507e2

Please sign in to comment.