UNPKG

98 BPlain TextView Raw
1SHELL := /bin/bash
2PATH := node_modules/.bin:$(PATH)
3
4test:
5 @mocha --harmony test
6
7.PHONY: test