Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce 'module not found' console logging
Many users will only have the ability to resolve module 'firebase' or 'firebase-admin' but not necessarily both. Impacted users see repeated logging of 'Module not found, mocking skipped' messages which can cause concern, and also pollute the logs of larger test suites with many such lines. This change only logs to console in the more severe case where neither module can be found.
- Loading branch information