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 do the same by just specifying mocha -u tdd in package.json
"scripts": { "start" : "node server", "test": "mocha -u tdd" }