UNPKG

advisable

Version:

Functional mixin for sync and async before/after/around advice

18 lines (12 loc) 277 B
GRUNT :=./node_modules/.bin/grunt MOCHA :=./node_modules/.bin/mocha TESTS := test/unit.mocha.js lint: $(GRUNT) lint watch: $(GRUNT) watch test: NODE_ENV=test $(MOCHA) $(TESTS) test-debug: NODE_ENV=test $(MOCHA) --debug-brk $(TESTS) .PHONY: lint watch test test-debug