Skip to content

Commit 703639a

Browse files
committed
update README
1 parent 42afa86 commit 703639a

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The style of the code and the chosen tools are 100% my decision. (The good and t
3838

3939
#### Chapters
4040

41-
1. The basics of unit testing
41+
1. _The basics of unit testing_
4242

4343
<details><summary>git commits done during the chapter :shipit:</summary>
4444
<p>
@@ -51,7 +51,7 @@ The style of the code and the chosen tools are 100% my decision. (The good and t
5151
</p>
5252
</details>
5353

54-
2. A first unit test
54+
2. _A first unit test_
5555

5656
<details><summary>git commits done during the chapter :shipit:</summary>
5757
<p>
@@ -75,6 +75,17 @@ The style of the code and the chosen tools are 100% my decision. (The good and t
7575
</p>
7676
</details>
7777

78+
3. _Using stubs to break dependencies_
79+
80+
<details><summary>git commits done during the chapter :shipit:</summary>
81+
<p>
82+
- <a href="https://github.com/devcorpio/the-art-of-unit-testing/commit/b23053f">copy code from chapter 02 to the chapter 03 folder in order to continue with the book</a><br>
83+
- <a href="https://github.com/devcorpio/the-art-of-unit-testing/commit/e57c8f1">install @types/node, with that, I can work with types and node.js modules without vscode warnings</a><br>
84+
- <a href="https://github.com/devcorpio/the-art-of-unit-testing/commit/95768cf">check the validity of the file extension in a disk file, that creates an external dependency, unit tests are broken</a><br>
85+
- <a href="https://github.com/devcorpio/the-art-of-unit-testing/commit/42afa86">fixing logAnalyzer tests, right now they are integration tests and not unit tests, meh</a><br>
86+
</p>
87+
</details>
88+
7889
Working in the rest of the chapters... :grin:
7990

8091
## How to use

0 commit comments

Comments
 (0)