move from nodeunit to mocha for tests. added npm test to run tests.

This commit is contained in:
Dylan Greene
2013-09-14 15:12:40 -04:00
parent ca585361c9
commit 18e9422524
4 changed files with 40 additions and 37 deletions

View File

@@ -27,7 +27,14 @@
"xml": ">= 0.0.4",
"mime": ">= 1.2.9"
},
"devDependencies": {
"chai": "~1.7.2",
"mocha": "~1.12.0"
},
"main": "lib/rss.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"engines": { "node": ">=0.4.0" },
"licenses" :
[