chore: generate
This commit is contained in:
parent
84336e4f91
commit
846d548154
16 changed files with 43 additions and 83 deletions
|
|
@ -19,10 +19,9 @@ const locationLayer = Layer.succeed(
|
|||
Location.Service,
|
||||
Location.Service.of(location({ directory: AbsolutePath.make(import.meta.dir) })),
|
||||
)
|
||||
const layer = AppNodeBuilder.build(
|
||||
LayerNode.group([Catalog.node, Integration.node, EventV2.node]),
|
||||
[[Location.node, locationLayer]],
|
||||
)
|
||||
const layer = AppNodeBuilder.build(LayerNode.group([Catalog.node, Integration.node, EventV2.node]), [
|
||||
[Location.node, locationLayer],
|
||||
])
|
||||
const it = testEffect(layer)
|
||||
|
||||
describe("ModelsDevPlugin", () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue