Commit ea95691
test(resolve-target): await rejects.toThrow — missed in bun→vitest migration
vitest requires .rejects.toThrow() to be awaited; bun:test did not.
The missing await at the 404 test caused "expected undefined to be
defined" in CI after PR #997 landed.
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>1 parent b60e3e0 commit ea95691
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
393 | | - | |
| 393 | + | |
394 | 394 | | |
395 | 395 | | |
396 | 396 | | |
| |||
0 commit comments