Skip to content

Commit

Permalink
fix: add source rewriting to cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentauger committed Oct 1, 2024
1 parent 11cf6c0 commit 1a66c3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export default defineConfig({
projectId: '7wfgwp',
chromeWebSecurity: false,
experimentalModifyObstructiveThirdPartyCode: true,
experimentalSourceRewriting: true,
retries: 2,
defaultCommandTimeout: 5000,
watchForFileChanges: true,
Expand Down

0 comments on commit 1a66c3d

Please sign in to comment.