mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
Test improvements: - Line 7681: Use line-anchored regex pattern /^warn:[^\n]*...$/ to match only single lines (same fix as line 3916) Regression test 26076 rewrite: - Remove setDefaultTimeout and use local VerdaccioRegistry instead of network npm to make test hermetic and fast - Fix await order: await stdout/stderr BEFORE exited for better error messages on failure - Update regex pattern to support scoped packages and hyphenated names using /[@\w./-]+/ instead of /\w+/ - Publish test packages locally to create controlled peer dep mismatch scenario Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>