Skip to content

Commit

Permalink
add coverage to support file
Browse files Browse the repository at this point in the history
  • Loading branch information
mika-robots committed Sep 15, 2023
1 parent dc21154 commit 6fda6f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/end-to-end/cypress/support/e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
// ***********************************************************

import './commands';
import '@cypress/code-coverage/support';
Cypress.on('uncaught:exception', () => {
// returning false here prevents Cypress from
// failing the test
Expand Down

0 comments on commit 6fda6f0

Please sign in to comment.