Makefile 89 B

1234567
  1. test:
  2. @./node_modules/.bin/mocha \
  3. --reporter spec \
  4. --require should
  5. .PHONY: test