Skip to content

Commit 773c768

Browse files
joonas-asanteri0200
authored andcommitted
[E2E][Deprecation] Remove coverage plugin requires
1 parent f335d38 commit 773c768

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

cypress.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ module.exports = defineConfig({
1313
// We've imported your old cypress plugins here.
1414
// You may want to clean this up later by importing these.
1515
setupNodeEvents(on, config) {
16-
require('@cypress/code-coverage/task')(on, config)
1716
require('./cypress/plugins/index.js')(on, config)
1817
return config
1918
},

cypress/support/e2e.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
// https://on.cypress.io/configuration
1414
// ***********************************************************
1515

16-
require('@cypress/code-coverage/support')
1716
require('./commands')
1817

1918
Cypress.on('uncaught:exception', error => {

0 commit comments

Comments
 (0)