mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Fix tests
This commit is contained in:
parent
1901a0dbfc
commit
f685932d63
1 changed files with 2 additions and 0 deletions
|
|
@ -710,6 +710,8 @@ describe("ShadowCheckpointService", () => {
|
|||
// Create git repo without adding the specific branch
|
||||
const git = simpleGit(workspaceRepoDir)
|
||||
await git.init()
|
||||
await git.addConfig("user.name", "Roo Code")
|
||||
await git.addConfig("user.email", "noreply@example.com")
|
||||
|
||||
// We need to create a commit, but we won't create the specific branch
|
||||
const testFile = path.join(workspaceRepoDir, "test.txt")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue