Best practices for writing testable ES6 modules

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

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

    🔮 Proxies nodejs require in order to allow overriding dependencies during testing.

  • Take a look at proxyquire: https://www.npmjs.com/package/proxyquire - they do some fancy magic to allow you to stub es module imports.

  • 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

  • Testing React Components: A Comprehensive Overview of Testing Libraries

    2 projects | dev.to | 15 Oct 2023
  • Mastering React Testing: A Comprehensive Guide to Jest, Enzyme, and React Testing Library

    2 projects | dev.to | 3 Jun 2023
  • Alternative to AWS Mock

    2 projects | dev.to | 15 Feb 2023
  • Top OpenAI Tools, Examples & Use Cases

    6 projects | dev.to | 6 Feb 2023
  • Difference Between JEST and Enzyme?

    2 projects | dev.to | 17 Oct 2022