Fix test script, wtf!

This commit is contained in:
André Cruz
2013-07-15 00:35:59 +01:00
parent aa76d49234
commit 4366d6a8c7

View File

@@ -22,6 +22,6 @@
"mocha": "~1.12.0"
},
"scripts": {
"test": "npm test"
"test": "mocha -R spec"
}
}