Fix linting
This commit is contained in:
parent
9ffac50335
commit
4b60467ecc
|
@ -5,7 +5,7 @@
|
|||
// ***********************************************
|
||||
//
|
||||
|
||||
Cypress.on('uncaught:exception', (err, runnable) => {
|
||||
Cypress.on("uncaught:exception", () => {
|
||||
return false
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue