#
# Run all tests
#
test:
	@@node_modules/.bin/vows tests/* --spec

.PHONY: test install
