From c7ad88f4e33941903ea48ad9de913a175087bf98 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Sat, 22 Oct 2016 18:23:44 -0400 Subject: [PATCH] add jshint and tests to npm task --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c6c187a0..ecaf5a6d 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "2.0.1", "description": "Embark is a framework that allows you to easily develop and deploy DApps", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "grunt jshint && mocha test/ --no-timeouts" }, "bin": { "embark": "./bin/embark"