1
0
Fork 0
mirror of synced 2024-10-02 10:08:09 +13:00

Fix linting

This commit is contained in:
Rory Powell 2021-10-08 13:22:08 +01:00
parent e1fe51a1b8
commit be3feaa011

View file

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