UNPKG
stak
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
0.1.0-alpha
0.0.5
0.0.4
0.0.2
0.0.1
Raynos/stak
stak
/
Makefile
8 lines
(6 loc)
•
119 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
REPORTER = spec
test:
@NODE_ENV=test ./node_modules/.bin/mocha \ --ui tdd \ --reporter
$(REPORTER)
.PHONY
: test