File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ Here is a list of optional parameters (options) that the `$ mocha [options]` com
82
82
83
83
Figure 3-1 shows an example of nyan cat reporter with the command ` $ mocha test-expect.js -R nyan ` .
84
84
85
- ![ alt] ( media/image1 .png )
85
+ ![ alt] ( media/Image1 .png )
86
86
87
87
*** Figure 3-1.** Mocha nyan reporter*
88
88
166
166
167
167
The results of these Mocha commands are shown in Figure 3-2.
168
168
169
- ![ alt] ( media/image2 .png )
169
+ ![ alt] ( media/Image2 .png )
170
170
171
171
*** Figure 3-2.** Running Array-type test*
172
172
@@ -382,7 +382,7 @@ we can refactor into:
382
382
383
383
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.
384
384
385
- ![ alt] ( media/image3 .png )
385
+ ![ alt] ( media/Image3 .png )
386
386
387
387
*** Figure 3-3.** Running $ mocha tests*
388
388
You can’t perform that action at this time.
0 commit comments