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