We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b28af3e commit 517ac11Copy full SHA for 517ac11
content/recipes/automock.md
@@ -4,6 +4,9 @@ Automock is a standalone library for unit testing. Using TypeScript Reflection
4
API (`reflect-metadata`) internally to produce mock objects, Automock streamlines
5
test development by automatically mocking class external dependencies.
6
7
+> info **info** `Automock` is a third party package and is not managed by the NestJS core team.
8
+> Please, report any issues found with the library in the [appropriate repository](https://github.com/omermorad/automock)
9
+
10
#### Introduction
11
12
The dependency injection (DI) container is an essential component of the Nest module system.
0 commit comments