add project.name/icon
This commit is contained in:
parent
ad0c4c5d89
commit
fb1b6c5e6b
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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue