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

`mock-env` is a Node.js library that temporarily modifies `process.env` variables for the duration of a callback, primarily intended for unit testing. It allows developers to set, change, or remove environment variables, execute a function, and then automatically restore the original environment state. This tool is particularly useful for testing code that relies on specific environment configurations without permanently altering the system's environment.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of burl/mock-env

Account's avatar
tarruda/has
Object.prototype.hasOwnProperty.call shortcut
Account's avatar
mochajs/mocha
simple, flexible, fun test framework

Support the repos that depend on this repository

Top contributors

burl's profile
burl
22 contributions
ljharb's profile
ljharb
1 contributions

Recent events

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

No events yet
burl

burl/mock-env

morph process.env by adding/chaning/removing env vars for the lifetime of a callback

JavaScript
1
1
MIT License