According to npm trends, Jest is by far the most popular test framework nowadays, Mocha has 3 times less weekly downloads, and Vitest has 5 times less. I'm developing a library that has lots of tests (> 2.5k) run by Jest, and I decided to find out if...