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 517ac11 commit 7d8caa5Copy full SHA for 7d8caa5
content/recipes/automock.md
@@ -3,7 +3,6 @@
3
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
0 commit comments