Skip to content
New issue

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 reporter seems to hang and never finish #227

Open
dalanmiller opened this issue Feb 19, 2016 · 0 comments
Open

doc reporter seems to hang and never finish #227

dalanmiller opened this issue Feb 19, 2016 · 0 comments

Comments

@dalanmiller
Copy link

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:

$ ./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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant