Makefile 106 B

1234567
  1. test:
  2. @NODE_ENV=test ./node_modules/.bin/mocha \
  3. --harmony \
  4. --reporter spec \
  5. --bail
  6. .PHONY: test