UNPKG

broom

Version:

Application level flow-control library

10 lines (7 loc) 164 B
REPORTER_APP = list ALL_TESTS = test/*.js test: @NODE_ENV=test ./node_modules/.bin/mocha \ --reporter $(REPORTER_APP) \ $(ALL_TESTS) .PHONY: all test clean