Makefile 79 B

123456
  1. all: test
  2. test:
  3. ./node_modules/.bin/mocha -r should -r co-mocha
  4. .PHONY: test