Skip to content

Commit

Permalink
Try disabling missing ‘net’ error in Cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
KittySparkles committed Jan 14, 2025
1 parent 4275cb4 commit 5994969
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ module.exports = defineConfig({
'#hooks': path.resolve('./src/hooks'),
},
},
node: {
net: 'empty',
},
}

// Enable Cypress to support path aliases
Expand Down

0 comments on commit 5994969

Please sign in to comment.