mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-10 04:38:31 +00:00
chore: generate
This commit is contained in:
parent
ba1b660d57
commit
fe5ac304b5
1 changed files with 3 additions and 1 deletions
|
|
@ -44,7 +44,9 @@ const layer = MoveSession.layer.pipe(
|
|||
Layer.provide(project),
|
||||
Layer.provide(sessions),
|
||||
)
|
||||
const it = testEffect(Layer.mergeAll(layer, database, events, project, projector, store, SessionExecution.noopLayer, sessions))
|
||||
const it = testEffect(
|
||||
Layer.mergeAll(layer, database, events, project, projector, store, SessionExecution.noopLayer, sessions),
|
||||
)
|
||||
|
||||
function abs(input: string) {
|
||||
return AbsolutePath.make(input)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue