From b7831f1d7bcbf48ba72367e27df08f73a596b06b Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Tue, 10 Mar 2015 03:15:31 +1100 Subject: [PATCH] prepend mocha command with node --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0064aa93d8..790942bc18 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ test-clean: rm -rf test/tmp test: - $(MOCHA_CMD) + node $(MOCHA_CMD) make test-clean test-all: