Makefile 129 B

1234567891011
  1. test:
  2. @./node_modules/.bin/mocha \
  3. --require should \
  4. --reporter spec \
  5. --slow 2s \
  6. --harmony \
  7. --bail
  8. .PHONY: test