chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-02 20:11:21 +00:00
parent 604a5f781f
commit cb587b677b
3 changed files with 515 additions and 515 deletions

View File

@@ -225,9 +225,9 @@ describe("FileSystem", () => {
it.live("rejects aliases when project references are disabled", () =>
withTmp((directory) =>
Effect.gen(function* () {
expect(
Exit.isFailure(yield* (yield* FileSystem.Service).list({ reference: "docs" }).pipe(Effect.exit)),
).toBe(true)
expect(Exit.isFailure(yield* (yield* FileSystem.Service).list({ reference: "docs" }).pipe(Effect.exit))).toBe(
true,
)
}).pipe(provide(directory)),
),
)