01 / Verification by change type
Prove that the test detects the change
The guide requires a failing run against the installed Bun and a passing run against the debug build. A green test against both is not accepted as evidence for the fix.
Source excerpt starting at line 108.- **CRITICAL**: Verify your test fails with `USE_SYSTEM_BUN=1 bun test <file>` and passes with `bun bd test <file>`. Your test is NOT VALID if it passes with `USE_SYSTEM_BUN=1`.
