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

Make stack-traces in node_modules configurable #1696

Closed
raadad opened this issue May 13, 2015 · 2 comments
Closed

Make stack-traces in node_modules configurable #1696

raadad opened this issue May 13, 2015 · 2 comments

Comments

@raadad
Copy link

raadad commented May 13, 2015

As of Mocha 2.2.2 558191d@a8mfeat(runner/stack-trace): solve issue #545 + tes - lines 6358-63560

Errors that occur inside node_modules are not shown, this may not be ideal for people who are testing code that is running with node_modules or running a full stack test suite as the stack traces do not show.

Let me know your thoughts, i'm happy to PR a way to make this configurable.

@twada
Copy link

twada commented May 13, 2015

@raadad You can use --full-trace option to display full stack traces.

(Also found that Mocha site doesn't have documents for --full-trace option. It's another problem.)

@raadad
Copy link
Author

raadad commented May 13, 2015

I have confirmed this to be functioning, thanks for the quick response

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

2 participants