Recipes
What this covers: Practical examples for testing NestJS services with Suites
Best for: Developers looking for patterns beyond the core guides
This section contains real-world examples showing how to use Suites with popular libraries and frameworks. Each recipe walks through the pattern, implementation, and test code.
Examples Repository
For complete, runnable code examples, browse the Suites Examples repository.
Available Recipes
- Mocking ORMs - Mock TypeORM, Prisma, Drizzle, and MikroORM in NestJS unit tests