refactor: migrate test runner from bun:test to vitest#997
Merged
Conversation
2a7e6d7 to
654dbfa
Compare
654dbfa to
0c40bb4
Compare
Contributor
|
611afc6 to
f282c8c
Compare
e822703 to
6a83e7c
Compare
978f44e to
a318ec2
Compare
Contributor
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit a318ec2. Configure here.
d2ed573 to
a5a6e5c
Compare
Contributor
Codecov Results 📊✅ Patch coverage is 81.63%. Project has 4287 uncovered lines. Coverage diff@@ Coverage Diff @@
## main #PR +/-##
==========================================
+ Coverage 76.35% 81.63% +5.28%
==========================================
Files 328 328 —
Lines 63962 23341 -40621
Branches 0 15109 +15109
==========================================
+ Hits 48839 19054 -29785
- Misses 15123 4287 -10836
- Partials 0 1614 +1614Generated by Codecov Action |
cd52859 to
2b07a74
Compare
2b07a74 to
1c821c4
Compare
betegon
added a commit
that referenced
this pull request
May 22, 2026
…gration 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Phase 3 of the Bun to Node.js migration. Migrates 327 test files from bun:test to vitest. 306/307 test files pass, 6994/7014 tests pass, 0 failures. See closed PR #992 for full description.