run all tests by using mocha

This commit is contained in:
Manuel Araoz 2015-03-11 13:18:44 -03:00
parent 01106133c6
commit 6357fa3dc4

View File

@ -41,7 +41,7 @@
], ],
"scripts": { "scripts": {
"start": "node index.js", "start": "node index.js",
"test": "gulp test" "test": "mocha"
}, },
"dependencies": { "dependencies": {
"async": "0.9.0", "async": "0.9.0",