UNPKG

easy-grunt

Version:

Convenience wrapper around grunt.registerTask.

9 lines (7 loc) 152 B
MOCHA_OPTS= --check-leaks REPORTER = spec test: @NODE_ENV=test ./node_modules/.bin/mocha \ --reporter $(REPORTER) \ $(MOCHA_OPTS) .PHONY: test