Add mocha
This commit is contained in:
parent
f6907766bd
commit
21c8ee4793
1 changed files with 4 additions and 2 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue