(effect: Effect.Effect<A, E, R>)
| 114 | ) |
| 115 | : undefined |
| 116 | const run = <A, E, R>(effect: Effect.Effect<A, E, R>) => |
| 117 | effect.pipe(Effect.provideService(modules.InstanceRef, instance), Effect.provide(app)) |
| 118 | const directory = () => { |
| 119 | if (!context.dir?.path) throw new Error("scenario needs a project directory") |
| 120 | return context.dir.path |
no outgoing calls