(wait = false)
| 128 | Effect.andThen(wait ? Effect.promise(() => InstanceRuntime.disposeAllInstances()) : Effect.void), |
| 129 | ) |
| 130 | const clear = (wait = false) => Effect.runPromise(clearEffect(wait)) |
| 131 | // Get managed config directory from environment (set in preload.ts) |
| 132 | const managedConfigDir = process.env.OPENCODE_TEST_MANAGED_CONFIG_DIR! |
| 133 | const originalTestToken = process.env.TEST_TOKEN |
no test coverage detected