Additional vitest matchers for iterators and generators.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This project, `vitest-iterator`, adds custom matchers to the Vitest testing framework specifically designed for working with iterators and generators. It provides convenient ways to assert the values yielded by iterators and check if an iterator is finished using `.next` and `.toBeDone()` matchers. This is useful for developers who need to thoroughly test code that utilizes iterators or generators in JavaScript/TypeScript.