/node_modules/express/node_modules/crc/Makefile

https://bitbucket.org/gagginaspinnata/todo-app-with-angularjs · Makefile · 7 lines · 5 code · 2 blank · 0 comment · 0 complexity · c0401dcbd4b101029f4da88a276549de MD5 · raw file

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