Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

felixge's profile
felixge
39 contributions
kvz's profile
kvz
12 contributions
ulikoehler's profile
ulikoehler
3 contributions
andreyvit's profile
andreyvit
2 contributions
juliangruber's profile
juliangruber
2 contributions
masylum's profile
masylum
2 contributions
amilajack's profile
amilajack
1 contributions
jer's profile
jer
1 contributions
paulbjensen's profile
paulbjensen
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
felixge

felixge/node-gently

A node.js module that helps with stubbing and behavior verification.

JavaScript
141
16
No license

Gently is a lightweight Node.js testing helper that lets developers stub methods, set expectations on calls, and verify that those calls occur in the correct order. It works by overwriting object functions (or even required modules), providing `expect`, `restore`, `hijack`, and `stub` utilities, making it useful for unit‑testing JavaScript code—particularly for deep, nested, or event‑driven logic. The library targets Node developers who need unobtrusive, behavior‑verification tools for their test suites.