mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Test fixes
This commit is contained in:
parent
69be3b3534
commit
d4ca58d5d5
2 changed files with 2 additions and 0 deletions
|
|
@ -277,6 +277,7 @@ export const ExtensionStateContextProvider: React.FC<{ children: React.ReactNode
|
|||
includeCurrentTime: true,
|
||||
includeCurrentCost: true,
|
||||
isGitRepository: false,
|
||||
isGithubRepository: false,
|
||||
})
|
||||
|
||||
const [didHydrateState, setDidHydrateState] = useState(false)
|
||||
|
|
|
|||
|
|
@ -216,6 +216,7 @@ describe("mergeExtensionState", () => {
|
|||
featureRoomoteControlEnabled: false,
|
||||
checkpointTimeout: DEFAULT_CHECKPOINT_TIMEOUT_SECONDS,
|
||||
isGitRepository: false,
|
||||
isGithubRepository: false,
|
||||
}
|
||||
|
||||
const prevState: ExtensionState = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue