mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Update CheckpointService.test.ts
This commit is contained in:
parent
b5f568fb40
commit
719331385b
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ describe("CheckpointService", () => {
|
|||
git = simpleGit(baseDir)
|
||||
await git.init()
|
||||
await git.addConfig("user.name", "Roo Code")
|
||||
await git.addConfig("user.email", "support@roo.vet")
|
||||
await git.addConfig("user.email", "support@roocode.com")
|
||||
|
||||
// Create test file.
|
||||
testFile = path.join(baseDir, "test.txt")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue