Revert "feat(tui): load external plugin exports"
This reverts commit fdd6498909.
This commit is contained in:
parent
fdd6498909
commit
46148bbc6c
7 changed files with 55 additions and 129 deletions
|
|
@ -30,7 +30,7 @@ test("SIGHUP clears title and disposes scoped resources once", async () => {
|
|||
run({
|
||||
server: { endpoint: { url: server.url.toString() } },
|
||||
config: { get: async () => ({}), update: async () => ({}) },
|
||||
pluginHost: { load: async () => undefined },
|
||||
packages: { resolve: async () => undefined },
|
||||
args: {},
|
||||
log: () => {},
|
||||
}).pipe(Effect.provide(AppNodeBuilder.build(Global.node)), Effect.provide(FileSystem.layerNoop({}))),
|
||||
|
|
@ -102,7 +102,7 @@ test("session lifecycle updates the terminal title and prints the epilogue after
|
|||
run({
|
||||
server: { endpoint: { url: server.url.toString() } },
|
||||
config: { get: async () => ({}), update: async () => ({}) },
|
||||
pluginHost: { load: async () => undefined },
|
||||
packages: { resolve: async () => undefined },
|
||||
args: { sessionID: "dummy" },
|
||||
log: () => {},
|
||||
}).pipe(Effect.provide(AppNodeBuilder.build(Global.node)), Effect.provide(FileSystem.layerNoop({}))),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue