Fix linting

This commit is contained in:
Rory Powell 2021-10-08 13:22:08 +01:00
parent 9ffac50335
commit 4b60467ecc
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
// ***********************************************
//
Cypress.on('uncaught:exception', (err, runnable) => {
Cypress.on("uncaught:exception", () => {
return false
})