add project.name/icon

This commit is contained in:
Dax Raad
2025-12-09 13:55:39 -05:00
parent 54e67e3c3a
commit 6d86da7e46
5 changed files with 52 additions and 17 deletions
@@ -18,7 +18,6 @@ describe("Project.fromDirectory", () => {
expect(project.id).toBe("global")
expect(project.vcs).toBe("git")
expect(project.worktree).toBe(tmp.path)
expect(project.vcsDir).toBe(path.join(tmp.path, ".git"))
const opencodeFile = path.join(tmp.path, ".git", "opencode")
const fileExists = await Bun.file(opencodeFile).exists()