You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
IL
committed
fix(tests): make all tests locale-agnostic and robust to env differences
- Use t() for all i18n strings instead of hardcoded English text
- status.test.ts: use t() for TTS, project, worktree, managed strings
- commands.test.ts: use t() for commands.select and commands.select_page
- formatter.test.ts: use t() for tool.file_header.write
- file-tree.test.ts: use t() for subfolder count strings
- voice.test.ts: narrow debug spy check to STT-specific message only
- external-user-input.test.ts: use t() for bot.external_user_input
- aggregator.test.ts: use t() for tool.file_header.edit
- next-run.ts: fix weekday detection to use long format + full name map
to avoid ICU inconsistencies in Node 22 (short format may return <3 chars)
0 commit comments