mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-10 02:18:29 +00:00
test(opencode): update project service stub
This commit is contained in:
parent
eed23d8ee9
commit
147da5d278
1 changed files with 1 additions and 0 deletions
|
|
@ -76,6 +76,7 @@ function projectV2FailureLayer() {
|
|||
return Layer.succeed(
|
||||
ProjectV2.Service,
|
||||
ProjectV2.Service.of({
|
||||
list: () => Effect.succeed([]),
|
||||
directories: () => Effect.succeed([]),
|
||||
resolve: (input) =>
|
||||
Effect.succeed({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue