Skip to content

Commit

Permalink
add changes 🌆
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-co committed Jul 13, 2017
1 parent ef81648 commit b200ff9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Chapter3/chapter3.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Here is a list of optional parameters (options) that the `$ mocha [options]` com

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

![alt](media/image1.png)
![alt](media/Image1.png)

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

Expand Down Expand Up @@ -166,7 +166,7 @@ or

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

![alt](media/image2.png)
![alt](media/Image2.png)

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

Expand Down Expand Up @@ -382,7 +382,7 @@ we can refactor into:

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.

![alt](media/image3.png)
![alt](media/Image3.png)

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

Expand Down

0 comments on commit b200ff9

Please sign in to comment.