File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,12 @@ <h2>Testing Express</h2>
108
108
< img src ="express-test-run.png ">
109
109
</ section >
110
110
111
+ < section class ="slide " id ="testing-express-package-json ">
112
+ < h2 > Testing Express</ h2 >
113
+ < p > Add the "test" (or "pretest" or "posttest") hook to package.json and run with 'npm test'</ p >
114
+ < img src ="package.json.png ">
115
+ </ section >
116
+
111
117
< section class ="slide " id ="should ">
112
118
< h2 > Using Should.js</ h2 >
113
119
< img src ="3.js.png ">
@@ -119,6 +125,7 @@ <h2>Resources</h2>
119
125
< ul >
120
126
< li > < a href ="http://visionmedia.github.com/mocha/ "> Mocha</ a > - http://visionmedia.github.com/mocha/</ li >
121
127
< li > < a href ="https://github.com/visionmedia/should.js/tree/ "> Should.js</ a > - https://github.com/visionmedia/should.js/tree/</ li >
128
+ < li > < a href ="http://npmjs.org/doc/scripts.html "> NPM Scripts</ a > - http://npmjs.org/doc/scripts.html</ li >
122
129
</ ul >
123
130
</ section >
124
131
You can’t perform that action at this time.
0 commit comments