test:
	@NODE_ENV=test ./node_modules/.bin/gulp lint && ./node_modules/.bin/gulp test --coverage --browser

.PHONY: test