Skip to content

Commit 8f8b2fc

Browse files
committed
fix types
1 parent db5e944 commit 8f8b2fc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cli/types/cypress.d.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3193,6 +3193,11 @@ declare namespace Cypress {
31933193
* @default false
31943194
*/
31953195
experimentalMemoryManagement: boolean
3196+
/**
3197+
* Enables an alternative, performance-optimized visibility algorithm.
3198+
* @default false
3199+
*/
3200+
experimentalFastVisibility: boolean
31963201
/**
31973202
* Allows for just-in-time compiling of a component test, which will only compile assets related to the component.
31983203
* This results in a smaller bundle under test, reducing resource constraints on a given machine. This option is recommended
@@ -3285,11 +3290,6 @@ declare namespace Cypress {
32853290
*/
32863291
experimentalPromptCommand?: boolean
32873292

3288-
/**
3289-
* Enables an alternative, performance-optimized visibility algorithm.
3290-
* @default false
3291-
*/
3292-
experimentalFastVisibility?: boolean
32933293
}
32943294

32953295
/**

0 commit comments

Comments
 (0)