You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using --noStack in combination with --verbose then verbose seems to override noStack. Is this intentional?
Here is what I try to accomplish: I use jasmine-node with --verbose because I want to see a pretty print of my tests after testing. But if a test fails it will print the whole stacktrace, which is not what I want.
Is there way to use both verbose printing and no stacktrace?
The text was updated successfully, but these errors were encountered:
When using
--noStack
in combination with--verbose
then verbose seems to override noStack. Is this intentional?Here is what I try to accomplish: I use jasmine-node with
--verbose
because I want to see a pretty print of my tests after testing. But if a test fails it will print the whole stacktrace, which is not what I want.Is there way to use both verbose printing and no stacktrace?
The text was updated successfully, but these errors were encountered: