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 of nathanmacinnes/pretendr

Account's avatar
nathanmacinnes/chance-multiseed
A simple wrapper around chance
Account's avatar
LearnBoost/expect.js
BDD style assertions for node and the browser.
Account's avatar
gruntjs/grunt
The JavaScript Task Runner
Account's avatar
jscs-dev/grunt-jscs
Grunt task for checking JavaScript Code Style with jscs.
Account's avatar
pghalliday/grunt-mocha-test
A grunt task for running server side mocha tests
Account's avatar
nathanmacinnes/injectr
Finally, a solution to node.js dependency injection
Account's avatar
jshint/jshint
Static analysis tool for JavaScript
Account's avatar
mochajs/mocha
simple, flexible, fun test framework

Support the repos that depend on this repository

Top contributors

nathanmacinnes's profile
nathanmacinnes
101 contributions

Recent events

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

No events yet
nathanmacinnes

nathanmacinnes/pretendr

Powerful Javascript mocking

JavaScript
4
0
No license

pretendr is a lightweight JavaScript library for creating mock objects and functions for unit testing. It lets developers replace real modules (e.g., `fs`) with interchangeable mocks that record call information, support custom return values, callbacks, templates, and call‑search utilities, making it easy to verify interactions and behavior in tests. The package is aimed at Node.js developers who need a simple, powerful mocking solution, especially when used alongside dependency‑injection tools like injectr.