Makefile 98 B

12345678
  1. SHELL := /bin/bash
  2. PATH := node_modules/.bin:$(PATH)
  3. test:
  4. @mocha --harmony test
  5. .PHONY: test