You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/fundamentals/unit-testing.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -203,10 +203,6 @@ You can also retrieve these mocks out of the testing container as you normally w
203
203
204
204
> 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.
205
205
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
-
210
206
> 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.
0 commit comments