.PHONY: test test: ./node_modules/.bin/ava .PHONY: install install: npm install --quiet --no-spin