From a72c839a73791045b3d1124934db82f3c347c4ca Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Tue, 28 Oct 2014 14:31:09 +1100 Subject: [PATCH] add bin and benchmark directories to jshint test #103 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 370b3f78e3..9b9c7e2724 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ bench: node node_modules/matcha/bin/_matcha test: - $(JSHINT_CMD) lib + $(JSHINT_CMD) lib bin benchmark $(MOCHA_CMD) test-cov: