Add test script to package

This commit is contained in:
Amanpreet Singh 2015-04-26 13:36:33 +05:30
parent eee9333c06
commit 37040be411

View file

@ -14,6 +14,7 @@
},
"bugs": "https://github.com/apsdehal/ctf-tools/issues",
"devDependencies": {
"chai": "^2.2.0",
"cheerio": "^0.19.0",
"marked": "^0.3.3",
"mocha": "~2.2.1"
@ -28,7 +29,7 @@
"node": ">= 0.8.0"
},
"scripts": {
"test": "node test.js"
"test": "./node_modules/mocha/bin/mocha -u bdd tests/test.js"
},
"keywords": []
}