Skip to content

Commit

Permalink
test: generate cypress code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinab25 committed Nov 2, 2023
1 parent 647977c commit 8784584
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cypress/support/e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ import './commands';
// Alternatively you can use CommonJS syntax:
// require('./commands')

/* coverage-start
//Generate code-coverage
import '@cypress/code-coverage/support';
coverage-end */

export const slateBeforeEach = (contentType = 'Document') => {
cy.autologin();
Expand Down

0 comments on commit 8784584

Please sign in to comment.