A 5-minute Primer on the Built-in Node.js Test Runner

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

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

    ☕️ simple, flexible, fun javascript test framework for node.js & the browser

  • Looks a lot like mocha

  • node

    Node.js JavaScript runtime ✨🐢🚀✨

  • The code for the `node:test` module can be found in the official repo: https://github.com/nodejs/node/tree/main/lib/internal/test_runner. I wouldn't say it's repackaged but does share a similar syntax for `describe/it` blocks with Mocha and the `test` functions with node-tap

  • 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

  • Dissecting the hell that is Jest setup with ESM and Typescript

    2 projects | dev.to | 31 Dec 2023
  • Test Driven Development in NodeJS

    2 projects | dev.to | 17 Feb 2023
  • Exploring competitive features in Node.js v18 and v19

    10 projects | dev.to | 6 Dec 2022
  • Testing in typescript.

    2 projects | /r/typescript | 26 May 2022
  • Managing multiple pages in playwright test

    2 projects | dev.to | 11 Mar 2022