Add mocha

This commit is contained in:
Jonathan Cremin 2014-12-01 12:53:23 +00:00
parent f6907766bd
commit 21c8ee4793

View file

@ -3,7 +3,8 @@
"version": "0.0.0", "version": "0.0.0",
"private": true, "private": true,
"scripts": { "scripts": {
"start": "node ./bin/www" "start": "node ./bin/www",
"test": "./node_modules/mocha/bin/mocha"
}, },
"engines": { "engines": {
"node": "0.10.x" "node": "0.10.x"
@ -23,6 +24,7 @@
"spotify": "^0.3.0" "spotify": "^0.3.0"
}, },
"devDependencies": { "devDependencies": {
"should": "^4.3.0" "should": "^4.3.0",
"mocha": "^2.0.1"
} }
} }