Tests: Overview
Overview
This section contains generated documentation for test scenarios in nestjs-mod.
Each page links to the original test source, highlights setup code, and captures what behavior is validated.
Structure
common/config-model- config model transformation and validationcommon/env-model- environment model parsing and validationcommon/nest-application- bootstrap/lifecycle behaviorcommon/nest-module- module composition and DI contractscommon/project-utils- project utility and infrastructure helpersapps/example-basic- baseline app behavior scenariosapps/example-fastify- Fastify adapter scenariosapps/example-tcp-microservice- TCP microservice interaction scenariosintegrations/*- integration-level test scenarios
How To Use
- Open a category in the sidebar.
- Pick a scenario page.
- Use the GitHub link to jump to the exact test location.
- Compare setup and assertions with your implementation.
Notes
- Titles and labels are normalized for readability.
- IDs are unique to avoid Docusaurus conflicts.
- Technical intermediate paths like
src/appwere flattened in docs navigation.