chai-datetime is a Chai plugin that provides readable matchers for comparing JavaScript Date objects in tests, eliminating the need to manually compare epoch times with `getTime()`. It's designed for developers writing tests who want more intuitive date comparisons and clearer error messages when assertions fail. The plugin offers various assertions like `equalTime`, `beforeDate`, and `withinTime` for both BDD and TDD syntaxes.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Matchers for chai to help with common date equality assertions against JavaScript Date objects.