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: docs/angular-testing-library/faq.mdx
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,12 +31,12 @@ As you write your tests, keep in mind:
31
31
32
32
In general, you should avoid mocking out components (see
33
33
[the Guiding Principles section](guiding-principles.mdx)). However, if you need
34
-
to, then try to use [ng-mocks](https://ng-mocks.sudo.eu/).
34
+
to, then try to use [ng-mocks](https://ng-mocks.sudo.eu/) and its [`MockBuilder`](https://ng-mocks.sudo.eu/extra/with-3rd-party#testing-libraryangular-and-mockbuilder).
0 commit comments