Makefile 48 B

12345
  1. test:
  2. ./node_modules/.bin/mocha
  3. .PHONY: test