Makefile - Content:
REPORTER = dot all: build build: @./node_modules/coffee-script/bin/coffee \\ -c \\ -o lib src clean: rm -rf li
From CoffeeScript 1.7 onwards, the option should be:
--compilers coffee:coffee-script/register
An issue was filed on Mocha's github site.