bootstrap.js 103 B

12345
  1. /* global cy, Cypress */
  2. Cypress.on('window:before:load', win => {
  3. cy.spy(win.console, 'error')
  4. })