I'm using mocha within yeoman as a build target: yeoman test
.
But the only output I see is
Running "mocha:all" (mocha) task
Testing index.html
When I open that very same index.html in a browser, it works.
I'd expect the test results to show up in console.