Skip to content

Commit 23ca31a

Browse files
committed
Revert "Do not fail if there are unhandled exceptions"
This reverts commit 5925186.
1 parent 5925186 commit 23ca31a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cypress/support/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,3 @@ import "./commands";
1818

1919
// Alternatively you can use CommonJS syntax:
2020
// require('./commands')
21-
22-
Cypress.on("uncaught:exception", () => {
23-
return false;
24-
});

0 commit comments

Comments
 (0)