Edit File: Makefile
REPORTER = dot test: @./node_modules/.bin/mocha \ --reporter $(REPORTER) .PHONY: test
Back to File Manager