restored test coverage... lol

This commit is contained in:
Julian Lam
2014-04-16 15:22:39 -04:00
parent 84a34933fe
commit e00f49ae8c
2 changed files with 3 additions and 4 deletions

View File

@@ -12,7 +12,7 @@
"scripts": {
"start": "./nodebb start",
"stop": "./nodebb stop",
"test": "mocha ./tests/database.js -t 1000"
"test": "mocha ./tests -t 1000"
},
"dependencies": {
"express": "3.2.0",