Skip to content

Commit 517ac11

Browse files
committed
docs: add disclaimer [skip ci]
1 parent b28af3e commit 517ac11

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/recipes/automock.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Automock is a standalone library for unit testing. Using TypeScript Reflection
44
API (`reflect-metadata`) internally to produce mock objects, Automock streamlines
55
test development by automatically mocking class external dependencies.
66

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+
710
#### Introduction
811

912
The dependency injection (DI) container is an essential component of the Nest module system.

0 commit comments

Comments
 (0)