7 lines
126 B
Makefile
7 lines
126 B
Makefile
REPORTER = spec
|
|
|
|
test:
|
|
@NODE_ENV=test ./node_modules/.bin/mocha --reporter $(REPORTER) -u bdd --require should
|
|
|
|
.PHONY: test
|