From 6357fa3dc452acf5f32aabcb208c84098517e2b8 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Wed, 11 Mar 2015 13:18:44 -0300 Subject: [PATCH] run all tests by using mocha --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 32484510..8c282e55 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ ], "scripts": { "start": "node index.js", - "test": "gulp test" + "test": "mocha" }, "dependencies": { "async": "0.9.0",