Task summary
Add coverage for history command output in key states: no config, no history entries, and with existing history entries.
Why this is a good first issue
The command behavior is deterministic and user-visible, making this a good test-focused starter task.
Suggested files or areas
src/commands/history.ts
- New test file in
tests/ (e.g., history-command.test.mjs)
Acceptance criteria
Extra context
There is strong coverage for suggest and prompt parsing, but command-level output checks for history are currently thin.
Task summary
Add coverage for
historycommand output in key states: no config, no history entries, and with existing history entries.Why this is a good first issue
The command behavior is deterministic and user-visible, making this a good test-focused starter task.
Suggested files or areas
src/commands/history.tstests/(e.g.,history-command.test.mjs)Acceptance criteria
Extra context
There is strong coverage for
suggestand prompt parsing, but command-level output checks forhistoryare currently thin.