Makefile 88 B

1234
  1. test:
  2. ./node_modules/mocha/bin/_mocha -R spec -r should test --recursive
  3. .PHONY: test