Makefile 128 B

12345678910
  1. node_modules: package.json
  2. @npm install
  3. test:
  4. @./node_modules/.bin/mocha \
  5. --reporter spec \
  6. --timeout 100
  7. .PHONY: test