mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
fix: update existing tests for new reReadAfterEdit experiment
This commit is contained in:
parent
77b0278be3
commit
049a7e1a42
1 changed files with 3 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ describe("experiments", () => {
|
|||
preventFocusDisruption: false,
|
||||
imageGeneration: false,
|
||||
runSlashCommand: false,
|
||||
reReadAfterEdit: false,
|
||||
}
|
||||
expect(Experiments.isEnabled(experiments, EXPERIMENT_IDS.POWER_STEERING)).toBe(false)
|
||||
})
|
||||
|
|
@ -42,6 +43,7 @@ describe("experiments", () => {
|
|||
preventFocusDisruption: false,
|
||||
imageGeneration: false,
|
||||
runSlashCommand: false,
|
||||
reReadAfterEdit: false,
|
||||
}
|
||||
expect(Experiments.isEnabled(experiments, EXPERIMENT_IDS.POWER_STEERING)).toBe(true)
|
||||
})
|
||||
|
|
@ -53,6 +55,7 @@ describe("experiments", () => {
|
|||
preventFocusDisruption: false,
|
||||
imageGeneration: false,
|
||||
runSlashCommand: false,
|
||||
reReadAfterEdit: false,
|
||||
}
|
||||
expect(Experiments.isEnabled(experiments, EXPERIMENT_IDS.POWER_STEERING)).toBe(false)
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue