Skip to content

Commit 5c38a87

Browse files
committed
fix config option typedef
1 parent f26d769 commit 5c38a87

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cli/types/cypress.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3284,6 +3284,12 @@ declare namespace Cypress {
32843284
* @default false
32853285
*/
32863286
experimentalPromptCommand?: boolean
3287+
3288+
/**
3289+
* Enables an alternative, performance-optimized visibility algorithm.
3290+
* @default false
3291+
*/
3292+
experimentalFastVisibility?: boolean
32873293
}
32883294

32893295
/**

0 commit comments

Comments
 (0)