add mocha and chai for testing setup
This commit is contained in:
@ -2,7 +2,8 @@
|
|||||||
"name": "hackathon-starter",
|
"name": "hackathon-starter",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node app.js"
|
"start": "node app.js",
|
||||||
|
"test": "mocha tests/**/*.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"async": "~0.2.10",
|
"async": "~0.2.10",
|
||||||
@ -38,5 +39,9 @@
|
|||||||
"crypto": "0.0.3",
|
"crypto": "0.0.3",
|
||||||
"csso": "~1.3.11",
|
"csso": "~1.3.11",
|
||||||
"uglify-js": "~2.4.12"
|
"uglify-js": "~2.4.12"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"chai": "~1.9.0",
|
||||||
|
"mocha": "~1.17.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user