Running a test for a nodejs project on windows 10 with the line in package.json as:
\"test\": \"nodemon --exec \'mocha -R min\'\"
I get:>
"test": "mocha **/*.test.js", "test-watch": "nodemon --exec \"npm test\""
For Run
npm run test-watch