Add testing items, and make npm lowercase
authorisaacs <i@izs.me>
Mon, 23 Aug 2010 03:18:25 +0000 (20:18 -0700)
committerRyan Dahl <ry@tinyclouds.org>
Mon, 23 Aug 2010 03:25:06 +0000 (20:25 -0700)
doc/api.markdown

index 6e4b38307a3ba4d5e1bfc1f3434e26eb35a46b1f..8c0fd48ba3378e9158781bfa014ceea5f144a7dd 100644 (file)
@@ -3297,7 +3297,7 @@ quickly find what are considered to be quality modules. It is not intended
 to be a complete list.  There may be better more complete modules found
 elsewhere.
 
-- Module Installer: [NPM](http://github.com/isaacs/npm)
+- Module Installer: [npm](http://github.com/isaacs/npm)
 
 - HTTP Middleware: [Connect](http://github.com/senchalabs/connect)
 
@@ -3325,4 +3325,8 @@ elsewhere.
 
 - [ncurses](http://github.com/mscdex/node-ncurses)
 
+- Testing/TDD/BDD: [vows](http://vowsjs.org/),
+  [expresso](http://github.com/visionmedia/expresso),
+  [mjsunit.runner](http://github.com/tmpvar/mjsunit.runner)
+
 Patches to this list are welcome.