Skip to content

Commit

Permalink
EDSC-3592: Removes console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
macrouch committed Dec 5, 2022
1 parent b3dc9c7 commit 0b0d986
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ const webpackConfig = require('./cypress.webpack.config')
module.exports = {
component: {
setupNodeEvents(on, config) {
console.log('setupNodeEvents for components')

// eslint-disable-next-line global-require
require('@cypress/code-coverage/task')(on, config)

return config
Expand Down
1 change: 0 additions & 1 deletion cypress/component/Group.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const readXml = (file) => {

const setup = (file, overrideProps) => {
const { group, model, resolver } = readXml(file)
console.log('🚀 ~ file: Group.cy.js ~ line 24 ~ setup ~ group', group)

const onUpdateModelSpy = cy.spy().as('onUpdateModelSpy')
const setFormIsValidSpy = cy.spy().as('setFormIsValidSpy')
Expand Down

0 comments on commit 0b0d986

Please sign in to comment.