Date.now() as deterministic Jest mock function.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
`jest-mock-now` is a Jest utility that allows developers to mock the `Date.now()` function with a deterministic timestamp, making tests more predictable and reproducible. It is particularly useful for JavaScript developers who need to test time-dependent code in a controlled environment, ensuring that date and time-based logic behaves consistently across test runs.