1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00

Fix linting

This commit is contained in:
Rory Powell 2021-10-08 13:22:08 +01:00
parent 9ffac50335
commit 4b60467ecc

View file

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