DEV Community

Discussion on: From Jest to Vitest - Migration and Benchmark

Collapse
 
jjhiggz profile image
Jonathan Higger • Edited

I've been using vitest because of remix stacks. Almost everything feels the same as jest but I notice a few things pragmatically.

Pros

  • nicer coloring
  • faster tests
  • less finnicky config maybe

Cons

  • it seems to crash a bit more often
  • .only and .skip don't seem to work as well for me