UNPKG
unravel
Version:
latest (0.0.2)
0.0.2
0.0.1
Streaming recursive directory reading
bradleyg/unravel
unravel
/
Makefile
6 lines
(4 loc)
•
87 B
Plain Text
View Raw
1
2
3
4
5
6
REPORTER = spec
test:
@./node_modules/.bin/mocha --reporter
$(REPORTER)
.PHONY
: test