Parent Issue
Part of #1039
Problem
- `docker-warning.test.ts` is wrapped in `describe.skip` with a stale TODO about a build issue. These 5 tests provide zero coverage.
- Token-unset tests rely on `sleep 7` to wait for the 5-second unsetting delay — fragile in slow CI.
- Log-command tests use `if (existsSync())` guards that silently pass when logs aren't created — masks real failures.
Acceptance Criteria
References
- `tests/integration/docker-warning.test.ts`: Skipped tests
- `tests/integration/token-unset.test.ts`: Fragile sleep-based tests
- `tests/integration/log-commands.test.ts`: Vacuous pass guards
Closes #1039 (when combined with other sub-issues)
Parent Issue
Part of #1039
Problem
Acceptance Criteria
References
Closes #1039 (when combined with other sub-issues)