UNPKG
easy-grunt
Version:
latest (0.0.1)
0.0.1
Convenience wrapper around grunt.registerTask.
github.com/easy-js/easy-grunt
easy-js/easy-grunt
easy-grunt
/
Makefile
9 lines
(7 loc)
•
152 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
MOCHA_OPTS= --check-leaks REPORTER = spec
test:
@NODE_ENV=test ./node_modules/.bin/mocha \ --reporter
$(REPORTER)
\
$(MOCHA_OPTS)
.PHONY
: test