UNPKG

automeme

Version:
10 lines (8 loc) 234 B
SRC = index.js lib/automeme.js $(wildcard spec/*.js) test: $(SRC) @node node_modules/.bin/jshint $^ \ --verbose @node node_modules/.bin/istanbul test node_modules/.bin/_mocha \ -R spec -- \ --require should \ --reporter spec \