[AskJS] Jest is so slow. Why Jest?

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

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.

  • Jest has issues with Windows file systems (or did). It’s terribly slow on windows but in my experience runs well on macOS. Here’s the bug for it: https://github.com/facebook/jest/issues/7631

  • ava

    Node.js test runner that lets you develop with confidence 🚀

  • If you are writing code meant to be run in the backend, I would suggest ava, which is very fast and doesn't include any magic. I also like that it's very "clean", in that it doesn't define any globals.

  • 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
  • benchmark_jest

    https://github.com/facebook/jest/issues/7963 micromatch4 test

  • In fact there's a set of benchmarks here, one of them that shows the issue is literally 2 files, a package.json, and an index.spec.js that takes 7 seconds to run...

  • constantinople

    Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale.

  • Hey, there's a fork.

  • circular_buffer_js

    Fast TS/JS implementation of a circular buffer (aka ring queue, cyclic list, etc.) Extremely well tested.

  • 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.

    InfluxDB logo
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

  • A guide for technical writers on JavaScript Testing Libraries

    5 projects | dev.to | 13 Aug 2022
  • Learn Automated Testing At Home: A Beginner's Guide

    4 projects | dev.to | 4 Apr 2024
  • API Testing with Clerk and Express

    1 project | dev.to | 25 Mar 2024
  • JS Toolbox 2024: Bundlers and Test Frameworks

    10 projects | dev.to | 3 Mar 2024
  • Testing library for Node.js and React

    1 project | dev.to | 29 Feb 2024