Skip to content

Commit b200ff9

Browse files
committed
add changes 🌆
1 parent ef81648 commit b200ff9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Chapter3/chapter3.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Here is a list of optional parameters (options) that the `$ mocha [options]` com
8282

8383
Figure 3-1 shows an example of nyan cat reporter with the command `$ mocha test-expect.js -R nyan`.
8484

85-
![alt](media/image1.png)
85+
![alt](media/Image1.png)
8686

8787
***Figure 3-1.** Mocha nyan reporter*
8888

@@ -166,7 +166,7 @@ or
166166

167167
The results of these Mocha commands are shown in Figure 3-2.
168168

169-
![alt](media/image2.png)
169+
![alt](media/Image2.png)
170170

171171
***Figure 3-2.** Running Array-type test*
172172

@@ -382,7 +382,7 @@ we can refactor into:
382382

383383
To launch the test, simply run `$ mocha tests`. The server should boot and respond to the home page request (`/` route) as shown in Figure 3-3.
384384

385-
![alt](media/image3.png)
385+
![alt](media/Image3.png)
386386

387387
***Figure 3-3.** Running $ mocha tests*
388388

0 commit comments

Comments
 (0)