Skip to content

Commit

Permalink
chore: disable unused cypress support file
Browse files Browse the repository at this point in the history
  • Loading branch information
yanfali committed Aug 15, 2024
1 parent b53e6fd commit e3e03b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = defineConfig({
},
baseUrl: 'http://localhost:5173/',
specPattern: 'tests/integration/**/*.spec.js',
supportFile: false,
},
component: {
setupNodeEvents(on, config) {},
Expand Down

0 comments on commit e3e03b4

Please sign in to comment.