Skip to content
Snippets Groups Projects
Commit 257308cd authored by Lucas Gabriel Lima's avatar Lucas Gabriel Lima
Browse files

add mocha testing framework

parent 28001cf3
No related branches found
No related tags found
1 merge request!3Tests
......@@ -6,7 +6,8 @@
"private": true,
"scripts": {
"start": "nodemon server.js || node server.js",
"configure": "node generateData.js"
"configure": "node generateData.js",
"test": "mocha"
},
"dependencies": {
"body-parser": "^1.13.1",
......@@ -16,9 +17,13 @@
"express": "^4.13.0",
"faker": "^2.1.5",
"method-override": "^2.3.3",
"mocha": "^2.5.3",
"monetdb": "^1.1.2",
"nconf": "^0.6.x",
"winston": "^0.8.x"
},
"license": "MIT"
"license": "MIT",
"devDependencies": {
"mocha": "^2.5.3"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment