test:
	@node test

install:
	@npm install

tests: test

.PHONY: test