Skip to content

Commit 847929e

Browse files
fix: Recovered Error Handling and Session Recovered Errors (#24511)
1 parent cc4244d commit 847929e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+1733
-788
lines changed

cli/types/cypress.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ declare namespace Cypress {
670670
* If validation fails after restoring a session, `setup` will re-run.
671671
* @default {false}
672672
*/
673-
validate?: () => Promise<false | void> | false | void
673+
validate?: () => Promise<false | void> | void
674674
}
675675

676676
type CanReturnChainable = void | Chainable | Promise<unknown>

0 commit comments

Comments
 (0)