I am trying to run some tests using mocha but cant seem to get over this error.
E:\\tdd\\nodejs\\cart>mocha cart.test.js node.js:201 throw e; // proc
You can also include a Makefile in your project and specify TDD like so:
test: @./node_modules/.bin/mocha -u tdd .PHONY: test
Hat tip: DailyJS