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: