mirror of
https://github.com/LightAir/turbo-rss.git
synced 2026-02-04 03:56:19 +00:00
move from nodeunit to mocha for tests. added npm test to run tests.
This commit is contained in:
@@ -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" :
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user