We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc
When running just the normal spec test, my tests will finish as such:
./node_modules/mocha-phantomjs/bin/mocha-phantomjs -R spec --ignore-resource-errors test/test-es5.html
However, when I do the same with -R doc, I get this output:
-R doc
$ ./node_modules/mocha-phantomjs/bin/mocha-phantomjs -f output.txt -R doc --ignore-resource-errors test/test-es5.html <section class="suite"> <h1>Object API</h1> <dl> <section class="suite"> <h1>Object</h1> <dl> <dt>...description...</dt> <dd><pre><code> ...code omitted... </code></pre></dd> <dt class="error">...error message...</dt>
Where it will just sit until I kill the process? Is there some other setting I need to set?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running just the normal spec test, my tests will finish as such:
However, when I do the same with
-R doc
, I get this output:Where it will just sit until I kill the process? Is there some other setting I need to set?
The text was updated successfully, but these errors were encountered: