Makefile 135 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 test: @./node_modules/.bin/mocha \ -u tdd \ --ui exports \ --reporter spec \ --slow 1000ms \ --bail .PHONY: test