Makefile 110 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 REPORTER ?= dot all: test test: test-unit test-unit: mocha --reporter $(REPORTER) --growl test/*.test.js