I just completed a global install of nodemon, then I installed mocha dependencies but when I run 'npm test' in a separate tab, the test loads but fails completely and I receive the error message: 'npm ERR! Test Failed. See above for more details'.
I read through the text above the error message but it's just the failed test run. Meanwhile the first tab reads: [nodemon] starting node server/index.js
so I don't understand the error issue. I tried to get clarification using 'man npm' but didn't have any success.
Is there a solution or a way to get more info on the npm error?