mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
## Summary - `isNodeTest()` was only checking if the path included the node test directories but not verifying the file was actually a JavaScript file - This caused `test/js/node/test/parallel/CLAUDE.md` to be incorrectly treated as a test file - Added `isJavaScript(path)` check to filter out non-JS files ## Test plan - [x] Verify CLAUDE.md is no longer picked up as a test file 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Bot <claude-bot@bun.sh> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>