mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-29 19:34:32 +00:00
chore: generate
This commit is contained in:
parent
1d4613006a
commit
e46ab34d27
4 changed files with 19 additions and 12 deletions
|
|
@ -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,
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue