Testing in typescript.

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

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.

  • esbuild-runner

    ⚡️ Super-fast on-the-fly transpilation of modern JS, TypeScript and JSX using esbuild

  • You can then use esbuild-runner to allow you to run tests written in TS. This will also work for any other test runner (mocha, tape, uvu, etc). Jest requires a bit more fiddling, as per usual. An alternative is running tests via TS-node, but it's little a bit slower.

  • 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
  • A 5-minute Primer on the Built-in Node.js Test Runner

    2 projects | /r/node | 6 Jun 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
  • Managing multiple pages in playwright test

    2 projects | dev.to | 11 Mar 2022