`your
"test": "nyc --all --reporter=text-summary mocha --recursive './test/**/*.test.js' --exit",
`this results in no coverage
any ideas
I am expecting to show some code coverage points
`your
"test": "nyc --all --reporter=text-summary mocha --recursive './test/**/*.test.js' --exit",
`this results in no coverage
any ideas
I am expecting to show some code coverage points