chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-29 03:49:43 +00:00
parent 84336e4f91
commit 846d548154
16 changed files with 43 additions and 83 deletions
+1 -6
View File
@@ -55,12 +55,7 @@ const replacements = [
] as const
const it = testEffect(LayerNode.compile(root, replacements))
const withBrokenPlugin = testEffect(
LayerNode.compile(
root,
[...replacements, [Plugin.node, brokenPluginLayer]],
),
)
const withBrokenPlugin = testEffect(LayerNode.compile(root, [...replacements, [Plugin.node, brokenPluginLayer]]))
afterEach(async () => {
await disposeAllInstances()