Files
bun.sh/test/cli/install
Claude Bot 4f2d93773f test(security-scanner): add TTY prompt tests for warning behavior
Add tests for the security scanner's interactive TTY prompt that appears
when warnings are found. Previously, TTY behavior was untested because
we lacked a way to simulate a terminal environment.

This adds:
- security-scanner-pty.py: Python script to create PTY environment
- bun-security-scanner-tty.test.ts: Tests for TTY and non-TTY behavior
  - Verifies prompt appears in TTY mode
  - Tests 'y'/'Y' continues installation
  - Tests 'n'/'N'/Enter/other cancels installation
  - Tests non-TTY mode fails immediately without prompting
  - Verifies packages are installed/not installed accordingly

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-18 21:04:53 +00:00
..
2025-08-27 06:39:11 -07:00
2025-08-27 06:39:11 -07:00
2025-08-12 17:07:46 -07:00
2025-11-14 16:49:21 -08:00