NestJs Testing Tutorial - Integration Testing

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

    Testcontainers is a NodeJS library that supports tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.

  • to simplify the database environment setup (or at least to make it a bit more programmatic) I've found the testcontainers library to work really well

  • nestjs-testing

    Testing tutorial using NestJs

  • I strive to make each it test independent from other tests, so that it can be run in isolation. So for instance todo.service.int-spec.ts would become like this. It's definitely more verbose, but I've found that as the test file grows having dependent tests can make them harder to follow / understand, which is a compromise I tend to prefer

  • 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

  • Multiple MongoDB Databases on Spring Boot

    1 project | dev.to | 12 Apr 2024
  • Run and test DynamoDB applications locally using Docker and Testcontainers

    3 projects | dev.to | 7 Feb 2024
  • The day I started believing in Unit Tests (2023)

    1 project | news.ycombinator.com | 19 Dec 2023
  • Test Anything You Can Containerize

    1 project | news.ycombinator.com | 7 Dec 2023
  • 🚀 Level up your testing game with TestContainers

    1 project | dev.to | 10 Feb 2023