UNPKG
broom
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Application level flow-control library
github.com/bolgovr/broom
bolgovr/broom
broom
/
Makefile
10 lines
(7 loc)
•
164 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
REPORTER_APP = list ALL_TESTS = test/*.js
test:
@NODE_ENV=test ./node_modules/.bin/mocha \ --reporter
$(REPORTER_APP)
\
$(ALL_TESTS)
.PHONY
: all test clean