-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
Write a test that runs the CLI with --dry-run --yes and asserts:
1. No execa calls were made (nothing was actually installed)
2. The output contains "[dry-run]" for each tool
3. The process exits with code 0
Use child_process.spawn or the execa mock pattern already in tests/installer.test.js
Reactions are currently unavailable