Files
bun.sh/test/cli
Claude Bot 70ae7f2c92 Add comprehensive tests for aliased dependencies
Added three test cases to verify skipScriptsFrom works correctly with aliased
dependencies (npm:package@version syntax):

1. Default skip list with alias: Tests that esbuild installed as
   'my-bundler' is still skipped via the default list

2. User-specified skip by canonical name: Tests that all-lifecycle-scripts
   installed as 'my-scripts' is skipped when 'all-lifecycle-scripts' is in
   the user's skipScriptsFrom

3. User-specified skip by alias name: Tests that specifying the alias name
   directly in skipScriptsFrom also works

These tests ensure both the alias and canonical package names are checked
when determining whether to skip lifecycle scripts.

Note: These tests require the full test suite to run (not with -t filter)
because Verdaccio is started in beforeAll. Functionality has been manually
verified to work correctly.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-20 17:37:41 +00:00
..
2025-05-24 13:36:51 -07:00
2025-10-11 08:23:25 -07:00