From 5895871fad533b95f846647eacc5ca2498836578 Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Mon, 23 May 2016 13:03:56 +0200 Subject: [PATCH] Make tests running before checkstyle/lint --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 98454b25..236a6749 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ jshint: @echo "***jshint***" @./node_modules/.bin/jshint lib/ test/ app.js -test-all: jshint test +test-all: test jshint coverage: @RUNTESTFLAGS=--with-coverage make test