Skip to content

Commit 017ed2d

Browse files
committed
fixup! [Blog Post] Mastering Angular Unit Testing: Best Practices and Tools
1 parent 602e0c0 commit 017ed2d

File tree

1 file changed

+1
-1
lines changed
  • content/sonukapoor/posts/mastering-angular-unit-testing

1 file changed

+1
-1
lines changed

content/sonukapoor/posts/mastering-angular-unit-testing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Some other useful properties that you may need to use in your tests from the ATL
136136

137137
### Setting providers
138138

139-
Use the [componentProviders](https://testing-library.com/docs/angular-testing-library/api#providers) to set the providers for your component.
139+
Use the [componentProviders](https://testing-library.com/docs/angular-testing-library/api/#componentproviders) to set the providers for your component. If you need to set the providers at the module level, consider using the [providers](https://testing-library.com/docs/angular-testing-library/api/#providers) instead.
140140

141141
### Set @Input/@Output
142142

0 commit comments

Comments
 (0)