-
Notifications
You must be signed in to change notification settings - Fork 58
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
Can I disable the Libraries output? #62
Comments
Thanks for posting. You can actually hide all console output by running For the time being |
Thank you very much for the help, for now, muting the output (or enduring it, wherever it occurs) is good enough - but I can't wait for the new version of the library that implements a fix for this! ;-) And actually - if you have a plan for how you want the interface for that to look, I can most certainly Do it myself and send you a PR |
Summary
I am using this library to unit test my cloud functions, which (evidently ?) do not depend on ('firebase'), however, wherever I am using firestore-jest-mock, I get a console.info
Since my project is going to become much bigger, this would mean that I can not use the library as I need to keep the test-restuls as clean as possible! Looking into the code, I couldn't find an "easy toggle" to turn this output off. What can I do?
The text was updated successfully, but these errors were encountered: