add test to crypto

This commit is contained in:
Matias Alejo Garcia 2014-12-02 10:48:57 -03:00
commit b0cb2da3ec
4 changed files with 36 additions and 3 deletions

View file

@ -31,7 +31,7 @@
},
"scripts": {
"start": "node server.js",
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter spec test",
"coverage": "./node_modules/.bin/istanbul cover -x lib/sjcl.js ./node_modules/.bin/_mocha -- --reporter spec test",
"test": "sh test/run.sh",
"dist": "node shell/scripts/dist.js",
"shell": "node shell/scripts/launch.js",