cloudaxe-opencode/packages/opencode/test/file
Kit Langton b9de3ad370 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-19 15:12:21 -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 ignore: improve file ignore performance and cross-platform support 2025-10-09 15:54:01 -04:00
index.test.ts test(opencode): deflake file and tool timing (#17859) 2026-03-17 00:49:04 +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 test(opencode): deflake file and tool timing (#17859) 2026-03-17 00:49:04 +00:00
watcher.test.ts fix(bus): tighten GlobalBus payload and BusEvent.define types 2026-03-19 15:12:21 -04:00