UNPKG

error-adapter

Version:

A simple API for generating Error objects. It currently wraps Errs (http://github.com/flatiron/errs.git), but may not in the future.

11 lines (7 loc) 169 B
MOCHA?=node_modules/.bin/mocha REPORTER?=spec DEBUG?= FLAGS?=$(DEBUG) --reporter $(REPORTER) test: $(MOCHA) $(shell find test -name *-test.js) $(FLAGS) .PHONY: test