Fix tests

This commit is contained in:
cte 2025-03-06 11:31:08 -08:00
parent 1901a0dbfc
commit f685932d63

View file

@ -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")