cloudaxe-opencode/packages/opencode/test/file
Kit Langton 6f9c7812d3 fix(bus): tighten GlobalBus payload and BusEvent.define types
Constrain BusEvent.define to ZodObject instead of ZodType so TS knows
event properties are always a record. Type GlobalBus payload as
{ type: string; properties: Record<string, unknown> } instead of any.

Refactor watcher test to use Bus.subscribe instead of raw GlobalBus
listener, removing hand-rolled event types and unnecessary casts.
2026-03-21 14:24:51 -04:00
..
fsmonitor.test.ts fix(git): stop leaking fsmonitor daemons e.g. 60GB+ of commited memory after running tests (#16249) 2026-03-06 15:42:08 +10:00
ignore.test.ts
index.test.ts Move service state into InstanceState, flatten service facades (#18483) 2026-03-21 04:51:35 +00:00
path-traversal.test.ts fix: check worktree for external_directory permission in subdirs (#7811) 2026-01-11 14:17:36 -06:00
ripgrep.test.ts test: remove unused Ripgrep.search coverage (#16554) 2026-03-07 21:40:57 -05:00
time.test.ts Move service state into InstanceState, flatten service facades (#18483) 2026-03-21 04:51:35 +00:00
watcher.test.ts fix(bus): tighten GlobalBus payload and BusEvent.define types 2026-03-21 14:24:51 -04:00