test(core): cover app node builder graphs (#34244)

This commit is contained in:
James Long 2026-06-27 12:54:18 -04:00 committed by GitHub
commit 5d63020dcd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 19 additions and 20 deletions

View file

@ -21,4 +21,4 @@ export function build<A, E>(root: LayerNode.Node<A, E, any>, replacements?: read
return LayerNode.compile(app, replacementMap)
}
export * as NodeBuild from "./app-node-builder"
export * as AppNodeBuilder from "./app-node-builder"