Stubs child_process.spawn for a single command; cleans up afterwards. Perfect for testing.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
stub-spawn-once is a Node.js module that simplifies testing by allowing developers to stub child_process.spawn for a single command, providing custom exit codes and stdout/stderr outputs. It's designed for developers who need to test code that spawns child processes, offering an easier alternative to other mocking libraries.