blob: 98957d67472e86856ebd9f93c935f7ed47f35949 [file] [log] [blame]
TESTS = test/*.test.js
test:
@NODE_ENV=test ./node_modules/.bin/mocha \
--reporter spec \
$(TESTS)
clean:
rm -f examples/tmp/*
.PHONY: test clean