chore: generate
This commit is contained in:
parent
2bb4311042
commit
cd292a4ecb
14 changed files with 78 additions and 146 deletions
|
|
@ -13,9 +13,7 @@ import { ProjectDirectories } from "@opencode-ai/core/project/directories"
|
|||
import { tmpdir } from "./fixture/tmpdir"
|
||||
import { testEffect } from "./lib/effect"
|
||||
|
||||
const it = testEffect(
|
||||
Layer.mergeAll(ProjectV2.defaultLayer, Database.defaultLayer, ProjectDirectories.defaultLayer),
|
||||
)
|
||||
const it = testEffect(Layer.mergeAll(ProjectV2.defaultLayer, Database.defaultLayer, ProjectDirectories.defaultLayer))
|
||||
|
||||
function remoteID(remote: string) {
|
||||
return ProjectV2.ID.make(Hash.fast(`git-remote:${remote}`))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue