docs: add mockingbird library under 'testing' section

Add a new library called Mockingbird under "Testing" section. Mockingbird is a nice library to create typed mocks and fixtures easily with decorators
This commit is contained in:
Omer Morad
2021-12-11 09:26:22 -08:00
committed by Jay McDoniel
parent 5ce5e1ff27
commit 402f7823b3
+1
View File
@@ -208,6 +208,7 @@
- [Testing Nestjs](https://github.com/jmcdo29/testing-nestjs ) - A repository to show off to the community methods of testing NestJS including Unit Tests, Integration Tests, E2E Tests, pipes, filters, interceptors, GraphQL, Mongo, TypeORM, and more!
- Utilities
- [GoLevelUp utilities for Jest](https://www.npmjs.com/package/@golevelup/ts-jest) - Utilities for making testing NestJS applications easier. Currently supports Jest.
- [Mockingbird](https://www.npmjs.com/package/mockingbird) - A library to create typed tests fixtures/mocks using decorators and built-in faker support
## Integrations