Skip to content

Commit 80b39f8

Browse files
Update content/fundamentals/unit-testing.md
1 parent 977493f commit 80b39f8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

content/fundamentals/unit-testing.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,6 @@ You can also retrieve these mocks out of the testing container as you normally w
203203

204204
> info **Hint** A general mock factory, like `createMock` from [`@golevelup/ts-jest`](https://github.com/golevelup/nestjs/tree/master/packages/testing) can also be passed directly.
205205
206-
> info **Hint** For focused unit testing with automatic mock generation without module setup, see
207-
> the [Suites](/recipes/suites) recipe. Suites automatically generates typed mocks for all dependencies by reading service
208-
> metadata.
209-
210206
> info **Hint** `REQUEST` and `INQUIRER` providers cannot be auto-mocked because they're already pre-defined in the context. However, they can be _overwritten_ using the custom provider syntax or by utilizing the `.overrideProvider` method.
211207
212208
#### End-to-end testing

0 commit comments

Comments
 (0)