I\'m having trouble getting Mocha to work as expected, and I\'d love to say as documented, but there (appears) to not be much documentation on actually getting the thing run
For windows :
Package.json
"scripts": { "start": "nodemon app.js", "test": "mocha" },
then run the command
npm run test