Utility to make jest tests fail when console.error() or any other methods are used
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
`jest-fail-on-console` is a utility for Jest testing framework that makes tests fail when console methods like `console.error()` or `console.warn()` are used. It's designed for developers working on large codebases who want to prevent console errors from being buried in test output and ensure tests fail when unexpected console messages occur.