Skip to content

Commit

Permalink
chore: fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammer5 committed Apr 25, 2024
1 parent 495c869 commit e1d1c1e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cypress/e2e/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit e1d1c1e

Please sign in to comment.