Improve your Testing with Custom Matchers in Jest

This page summarizes the projects mentioned and recommended in the original post on dev.to

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
  • ts-jest

    A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript.

  • I want to save you from manually copying the snippets one by one, so here is a Gist with the complete test file. This can be easily executed with Jest (or ts-jest for TypeScript).

  • jest

    Delightful JavaScript Testing.

  • Writing test cases or unit tests is a tedious task. They are usually long lines of functions calls and assertions of the expected and received results. Fortunately, test frameworks like Jest make it quite easy and intuitive to test your application.

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

  • Is using Jest for anything other than React a bad idea?

    3 projects | /r/node | 12 Sep 2022
  • Testing Mongoose with Ts-Jest

    3 projects | dev.to | 20 Apr 2022
  • Creating vite vue ts template: Setup Jest

    2 projects | dev.to | 31 Jul 2021
  • Can anyone recommend any tech (coding) companies to work for based in Bristol?

    3 projects | /r/bristol | 22 Apr 2021
  • API Testing with Clerk and Express

    1 project | dev.to | 25 Mar 2024