Skip to content

Commit ae64a3e

Browse files
syntax fix for types
Co-authored-by: Chris Breiding <chrisbreiding@users.noreply.github.com>
1 parent 4c2ad11 commit ae64a3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/types/cypress.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2991,8 +2991,8 @@ declare namespace Cypress {
29912991
clip: Dimensions
29922992
disableTimersAndAnimations: boolean
29932993
padding: Padding
2994-
scale: boolean,
2995-
overwrite: boolean,
2994+
scale: boolean
2995+
overwrite: boolean
29962996
onBeforeScreenshot: ($el: JQuery) => void
29972997
onAfterScreenshot: ($el: JQuery, props: {
29982998
path: string

0 commit comments

Comments
 (0)