cloudaxe-opencode/packages/opencode/test/config
Kit Langton a8d6379e0e refactor: remove makeRuntime facade from TuiConfig
Delete get() and waitForDependencies() facade functions from config/tui.ts.
Add TuiConfig.defaultLayer to AppLayer so the service is available via
AppRuntime.

Migrate all callers (attach.ts, thread.ts, plugin/runtime.ts) to
AppRuntime.runPromise(TuiConfig.Service.use(...)). Migrate tui.test.ts
(~28 calls) to the same pattern.

Rework test fixture: replace spyOn(TuiConfig, 'get') with mockTuiService
helper that mocks TuiConfig.Service.use at the Effect level. Update all
9 test files that spied on the old facades.
2026-04-14 21:35:28 -04:00
..
fixtures fix: frontmatter was adding newlines in some cases causing invalid model ids (#11095) 2026-01-28 23:40:59 -06:00
agent-color.test.ts refactor(agent): remove async facade exports (#22341) 2026-04-13 14:54:01 -04:00
config.test.ts kit/env instance state (#22383) 2026-04-13 22:28:16 -04:00
markdown.test.ts fix(win32): handle CRLF line endings in markdown frontmatter parsing (#14886) 2026-02-24 20:33:22 +10:00
tui.test.ts refactor: remove makeRuntime facade from TuiConfig 2026-04-14 21:35:28 -04:00