Tools for testing your code
We're highlighting interesting features or libraries we think you should know about.
Library Highlight: bun test
Useful Resources
Link to sectionTesting Tools Ratios Over Time
Testing Tools Ratios Over Time
While Jest has long enjoyed a comfortable spot as the most-used testing tool, Vitest is climbing the ranks so fast that it wouldn't be surprising to see it overtake it in the upcoming year, especially with Jest's satisfaction ratio trending down.
Meanwhile, Storybook is an interesting case study in a project trying its best to address its users' frustrations. It's still showing a slight satisfaction loss compared to last year, but the rate of decline has slowed, and things might start looking up soon.
Link to sectionOther Testing Tools
Other Testing Tools
While Deno's test runner wasn't included in the survey's main options, it did come first in freeform mentions.
We asked members of the JavaScript community to share their “pick of the year”
My 2025 Pick: SST
I didn't know about SST just a year ago, but I started using it for a new work project and it's been fanstastic! It really deserves more exposure.
We asked members of the JavaScript community to share their “pick of the year”
Link to sectionNumber of Items
Number of Items
While other categories so far have hovered around 1-2 tools used, when it comes to testing respondents averaged a whopping 4.4, a sign that people may still be looking for that perfect test runner, and that things are far from settled in this area.
Link to sectionTesting Happiness
Testing Happiness
Happiness remains stable, with a slight uptick over the past three years.
Link to sectionTesting Pain Points
Testing Pain Points
Mocking remains a major pain point for developers, with configuration and setup not far behind.
What pain points have you encountered when using testing tools?
(freeform question)
Multiple
Link to sectionRecommended Resources
Recommended Resources
Testing Fundamentals
Ship code with confidence! Learn the basics of testing and apply Test-Driven Development techniques to your workflow. Create automated tests for DOM elements and user interactions. Use mocks and spies to control your environment and test more complex code.
Enterprise UI Development: Testing & Code Quality
Learn unit testing with Vitest, continuous integration via GitHub Actions, component and accessibility testing with Ax, mocking techniques, and code standard enforcement using ESLint and Husky & Lint-Staged.
Thanks to our partners for supporting us! Learn more.