Should we be worried about Jest?

This page summarizes the projects mentioned and recommended in the original post on /r/reactjs

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • jest

    Delightful JavaScript Testing.

  • It's probably important to note that with Jest, a lot of people are contributing PRs to improve it - The issue is the sole maintainer left maintaining Jest doesn't seem to have the time to approve anything, and appears to be unwilling to allow others to take the reigns and moderate.

  • react-mock-component

    Create type safe mock React components to use in tests

  • With something like react-mock-component, I can test if Bar receives the correct props:

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • vitest

    Next generation testing framework powered by Vite.

  • There is ongoing work for a VS Code extension but nothing public yet. You can follow progress on Vitest Discord server in the vscode-ext channel.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Jest v29.5.0 shipped with --randomize CLI flag to run your tests in a random order

    2 projects | /r/javascript | 6 Mar 2023
  • Why I’m moving from Jest to Vitest

    2 projects | dev.to | 7 Apr 2022
  • Episode 23/37: ISR in Angular, Cypress & Playwright

    4 projects | dev.to | 21 Sep 2023
  • Integrating Jest Testing into an Existing Vue 3 Project with ViteJs

    3 projects | dev.to | 6 Jul 2023
  • Introduction to testing

    4 projects | dev.to | 18 Apr 2023