Skip to content

Commit 299271e

Browse files
committed
docs(angular): 📝 add "fake it till you mock it" chapter
1 parent ada5652 commit 299271e

File tree

10 files changed

+774
-3
lines changed

10 files changed

+774
-3
lines changed

apps/cookbook/docs/angular/01-testing/01-beyond-unit-vs-integration/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Given Wide test properties, one might think that they should simply be avoided.
159159
- They are more [symmetric to production](../../02-glossary.md#symmetric-to-production), and [predictive](../../02-glossary.md#predictive), thus more reassuring.
160160
- They are more [structure-insensitive](../../02-glossary.md#structure-insensitive) _(e.g. you can refactor your code without breaking them)_.
161161

162-
## ⚖️ Comparing Narrow and Wide Tests
162+
## ⚖️ Comparing Narrow and Wide Tests {#comparing-narrow-and-wide-tests}
163163

164164
| Property | Narrow Tests | Wide Tests |
165165
| ----------------------------------------------------------------------- | --------------------- | --------------------- |

0 commit comments

Comments
 (0)