- for the more real world cases
https://vitest.dev/ is claiming to be blazing fast, and that maybe the case for some very unity tests with no dependencies.
But if you're writing real world more feature/integration "unit" tests you're better of sticking with what you have already.
I won't go into much detail, but be aware of the issues before deciding to migrate to vitest
Github issues discussing the problems:
I've migrated a large codebase not aware of these issues and now have to wait 10/15 minutes on ci pipeline instead of the 3/4 minutes i used to with jest.
Just be aware of these things before going down the same road i've done.