Skip to content

Commit

Permalink
Fix invalid Cypress webpack configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
KittySparkles committed Jan 14, 2025
1 parent 62580ad commit d1498ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ module.exports = defineConfig({
'#helpers': path.resolve('./src/helpers'),
'#hooks': path.resolve('./src/hooks'),
},
},
node: {
net: 'empty',
fallback: {
net: false,
},
},
}

Expand Down

0 comments on commit d1498ed

Please sign in to comment.