
test:
	@./node_modules/.bin/gulp test

test-cov:
	@./node_modules/.bin/gulp test-cov

.PHONY: test
