Skip to content

Commit

Permalink
fix: restoreState signature
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Chemineau <[email protected]>
  • Loading branch information
artonge committed Nov 20, 2024
1 parent 0ad8a1c commit 459985b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ declare global {
*
* @param snapshot string the ID of the snapshot
*/
restoreState(snapshot: string): Cypress.Chainable<void>
restoreState(snapshot?: string): Cypress.Chainable<void>

/**
* Run a command in the docker container
Expand Down

0 comments on commit 459985b

Please sign in to comment.