Migrate from Jest to Vitest - #9151
Merged
Merged
Conversation
anselmbradford
force-pushed
the
ans_migrate_to_vitest
branch
2 times, most recently
from
August 5, 2026 21:05
aaff6a1 to
390e2ea
Compare
anselmbradford
force-pushed
the
ans_migrate_to_vitest
branch
from
August 5, 2026 21:09
390e2ea to
e63ed43
Compare
Member
|
Registering my excitement about this! I'll get eyes on it asap |
wpears
approved these changes
Aug 5, 2026
wpears
left a comment
Member
There was a problem hiding this comment.
Surprisingly clean transition! Just found a few nubbins here and there.
I assume our style of testing might get a little nicer in the future as well, but no need to force that through now.
Co-authored-by: Wyatt Pearsall <wyatt.pearsall@cfpb.gov>
Co-authored-by: Wyatt Pearsall <wyatt.pearsall@cfpb.gov>
Co-authored-by: Wyatt Pearsall <wyatt.pearsall@cfpb.gov>
Co-authored-by: Wyatt Pearsall <wyatt.pearsall@cfpb.gov>
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.
Jest is outdated and there's some work to move it to v30.x. This PR migrates it to Vitest instead to align with other bureau repos.
Changes
yarn test.How to test this PR
yarn testshould pass.