added node, nodeunit and a couple of stubbed in coffeescript tests

This commit is contained in:
brianleroux
2011-08-19 20:39:35 -07:00
parent 1c064b0922
commit 5a3208291c
67 changed files with 11893 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
// This file is just added for convenience so this repository can be
// directly checked out into a project's deps folder
module.exports = require('./lib/nodeunit');