Makefile 57 B

123456
  1. test:
  2. @node_modules/.bin/mocha --harmony
  3. .PHONY: test