add project.name/icon

This commit is contained in:
Dax Raad
2025-12-09 13:55:39 -05:00
parent ad0c4c5d89
commit fb1b6c5e6b
5 changed files with 52 additions and 17 deletions

View File

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