Skip to content

Commit

Permalink
add nodeunit runner
Browse files Browse the repository at this point in the history
  • Loading branch information
tjfontaine committed Feb 28, 2012
1 parent 219a0f9 commit cb2aa3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -21,10 +21,13 @@
"node": ">= 0.5.0"
},
"scripts": {
"test": "nodeunit test/*"
"test": "node ./test.js"
},
"dependencies": {
"clone": ">= 0.0.5",
"ipaddr.js": ">= 0.1.0"
},
"devDependencies": {
"nodeunit": ">= 0.7.4"
}
}
2 changes: 2 additions & 0 deletions test.js
@@ -0,0 +1,2 @@
var reporter = require('nodeunit').reporters.default;
reporter.run(['test']);

0 comments on commit cb2aa3a

Please sign in to comment.