Skip to content

Commit

Permalink
refactor(#37): ♻️ Add specification to remove warning about trashing …
Browse files Browse the repository at this point in the history
…results
  • Loading branch information
kleinc committed Oct 27, 2025
1 parent 8a16a71 commit 9311ba8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ export default defineConfig({
setupNodeEvents(on, config) {
// implement node event listeners here
}
}
},
trashAssetsBeforeRuns: false
})

0 comments on commit 9311ba8

Please sign in to comment.