From e1d1c1e9ec32735e301f7584ca40046dc66275ef Mon Sep 17 00:00:00 2001 From: Mohammer5 Date: Thu, 25 Apr 2024 10:33:44 +0800 Subject: [PATCH] chore: fix linter issues --- cypress/e2e/common.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cypress/e2e/common.js b/cypress/e2e/common.js index 3eaeb796a5..11f22241b0 100644 --- a/cypress/e2e/common.js +++ b/cypress/e2e/common.js @@ -9,7 +9,9 @@ Cypress.on('uncaught:exception', (err) => { const errMsg = err.toString() if ( errMsg.match(/ResizeObserver loop limit exceeded/) || - errMsg.match(/ResizeObserver loop completed with undelivered notifications/) + errMsg.match( + /ResizeObserver loop completed with undelivered notifications/ + ) ) { return false }