Skip to content

Commit b1e5146

Browse files
committed
fixed links in table of contents
1 parent 263430f commit b1e5146

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

readme.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,33 +29,32 @@ Start by understanding the ubiquitous testing practices that are the foundation
2929

3030
<br/><br/>
3131

32-
# `Table of contents`
32+
## Table of Contents
3333

34-
* ### `Section 0: The Golden Rule`
34+
* ####[Section 0: The Golden Rule](#Section-0️⃣-:-The-Golden-Rule)
3535

3636
A single advice that inspires all the others (1 special bullet)
3737

38-
* ### `Section 1: The Test Anatomy`
38+
* ####[Section 1: The Test Anatomy](#Section-1:-The-Test-Anatomy)
3939

4040
The foundation - structuring clean tests (12 bullets)
4141

42-
43-
* ### `Section 2: Backend`
42+
* ####[Section 2: Backend](#Section-2️⃣-:-Backend-Testing)
4443

4544
Writing backend and Microservices tests efficiently (8 bullets)
4645

4746

48-
* ### `Section 3: Frontend, UI, E2E`
47+
* ####[Section 3: Frontend](#Section-3️⃣:-Frontend-Testing)
4948

5049
Writing tests for web UI including component and E2E tests (11 bullets)
5150

5251

53-
* ### `Section 4: Measuring Tests Effectivenss`
52+
* ####[Section 4: Measuring Tests Effectiveness](#Section-4️⃣:-Measuring-Test-Effectiveness)
5453

5554
Watching the watchman - measuring test quality (4 bullets)
5655

5756

58-
* ### `Section 5: Continuous Integration`
57+
* ####[Section 5: Continuous Integration](#Section-5️⃣-CI-and-Other-Quality-Measures)
5958

6059
Guidelines for CI in the JS world (9 bullets)
6160

@@ -87,7 +86,7 @@ Most of the advice below are derivatives of this principle.
8786

8887
<br/><br/>
8988

90-
# Section 1. The Test Anatomy
89+
# Section 1: The Test Anatomy
9190

9291
<br/>
9392

0 commit comments

Comments
 (0)