File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 /**
You can’t perform that action at this time.
0 commit comments