I'm running a test via the terminal (e.g. 'npm run 01-making-promises'), and this is what I get (and nothing else):
[email protected] 01-making-promises
node ./node_modules/mocha/mocha.js -- ./01-making-promises/test.js
Any idea why?
Note that I've added 'node' at the beginning of the script command in package.json and used the specific mocha.js file path, to address another issue.