mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 05:42:43 +00:00
- Use dead registry URL (http://localhost:9999/) to ensure tests fail if npm is contacted - Test with different versions for dev and peer dependencies to catch incorrect resolution - Use workspace:* protocol for devDependencies in tests - Add version verification to ensure correct package version is used These tests will now properly fail if the wrong dependency resolution occurs. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>