chore: generate

This commit is contained in:
opencode-agent[bot] 2026-06-02 20:11:21 +00:00
commit cb587b677b
3 changed files with 457 additions and 457 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)),
),
)