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:>
That worked fine with the line:
"test": "nodemon --exec \"mocha -R min\""
in package.json