Makefile 89 Bytes BlameHistoryPermalink Edit 1 2 3 4 test: @./node_modules/mocha/bin/mocha -c $(find ./test -name "*.test.js") .PHONY: test