prepend mocha command with node

This commit is contained in:
Sebastian McKenzie 2015-03-10 03:15:31 +11:00
parent e46cabb21f
commit b7831f1d7b

View File

@ -43,7 +43,7 @@ test-clean:
rm -rf test/tmp
test:
$(MOCHA_CMD)
node $(MOCHA_CMD)
make test-clean
test-all: