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
When using targaryen as the jasmine integration, when a test is failing, the output is really verbose for complex rules.
To debug the issue, we have to look for => false in all the logs.
=> false
I tried playing with setVerbose and setDebug, but none seems to help (either we have no logs or too much logs).
setVerbose
setDebug
I'm suggesting adding an option to log only the failing conditions (the ones returning false or throwing an error).
false
The text was updated successfully, but these errors were encountered:
I will try to tackle it when I have time but I am happy to accept a PR. TODO:
Sorry, something went wrong.
No branches or pull requests
When using targaryen as the jasmine integration, when a test is failing, the output is really verbose for complex rules.
To debug the issue, we have to look for
=> false
in all the logs.I tried playing with
setVerbose
andsetDebug
, but none seems to help (either we have no logs or too much logs).I'm suggesting adding an option to log only the failing conditions (the ones returning
false
or throwing an error).The text was updated successfully, but these errors were encountered: