File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ describe("experiments", () => {
3131 preventFocusDisruption : false ,
3232 imageGeneration : false ,
3333 runSlashCommand : false ,
34+ reReadAfterEdit : false ,
3435 }
3536 expect ( Experiments . isEnabled ( experiments , EXPERIMENT_IDS . POWER_STEERING ) ) . toBe ( false )
3637 } )
@@ -42,6 +43,7 @@ describe("experiments", () => {
4243 preventFocusDisruption : false ,
4344 imageGeneration : false ,
4445 runSlashCommand : false ,
46+ reReadAfterEdit : false ,
4547 }
4648 expect ( Experiments . isEnabled ( experiments , EXPERIMENT_IDS . POWER_STEERING ) ) . toBe ( true )
4749 } )
@@ -53,6 +55,7 @@ describe("experiments", () => {
5355 preventFocusDisruption : false ,
5456 imageGeneration : false ,
5557 runSlashCommand : false ,
58+ reReadAfterEdit : false ,
5659 }
5760 expect ( Experiments . isEnabled ( experiments , EXPERIMENT_IDS . POWER_STEERING ) ) . toBe ( false )
5861 } )
You can’t perform that action at this time.
0 commit comments