chore: generate

This commit is contained in:
opencode-agent[bot] 2026-05-12 19:44:26 +00:00
parent 1d4613006a
commit e46ab34d27
4 changed files with 19 additions and 12 deletions

View file

@ -845,7 +845,9 @@ describe("plugin.loader.shared", () => {
(tmp) =>
Effect.gen(function* () {
yield* load(tmp.path)
expect(yield* Effect.promise(() => Filesystem.readJson<{ source: string; enabled: boolean }>(tmp.extra.mark))).toEqual({
expect(
yield* Effect.promise(() => Filesystem.readJson<{ source: string; enabled: boolean }>(tmp.extra.mark)),
).toEqual({
source: "tuple",
enabled: true,
})