Skip to content

Commit 7c125e8

Browse files
yjaaidiMarmicode Bot
and
Marmicode Bot
authored
docs(angular): πŸ“ add "fake it till you mock it" chapter (#14)
* docs(angular): πŸ“ add "fake it till you mock it" chapter * test: βœ… update snapshots * test: βœ… update snapshots * ci: πŸ€– fix snapshots by aligning ubuntu version * test: βœ… update snapshots --------- Co-authored-by: Marmicode Bot <[email protected]>
1 parent ada5652 commit 7c125e8

File tree

14 files changed

+776
-5
lines changed

14 files changed

+776
-5
lines changed

β€Ž.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
jobs:
2121
test-and-deploy:
2222
name: πŸš€ Test & Deploy
23-
runs-on: ubuntu-latest
23+
runs-on: ubuntu-22.04
2424
steps:
2525
- uses: actions/checkout@v4
2626
with:

β€Ž.github/workflows/update-snapshots.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
jobs:
99
update-snapshots:
1010
name: πŸŒ… Update Snapshots
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04
1212
steps:
1313
- uses: actions/checkout@v4
1414
with:

β€Ž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)