Skip to content

Commit e1d1c1e

Browse files
committed
chore: fix linter issues
1 parent 495c869 commit e1d1c1e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cypress/e2e/common.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ Cypress.on('uncaught:exception', (err) => {
99
const errMsg = err.toString()
1010
if (
1111
errMsg.match(/ResizeObserver loop limit exceeded/) ||
12-
errMsg.match(/ResizeObserver loop completed with undelivered notifications/)
12+
errMsg.match(
13+
/ResizeObserver loop completed with undelivered notifications/
14+
)
1315
) {
1416
return false
1517
}

0 commit comments

Comments
 (0)