Strip data-test-id from JSX using babel
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This Babel plugin removes `data-test-id` (or custom-defined) attributes from JSX elements in production builds, helping to decouple tests from DOM structure. It's designed for React developers who want to use test-specific attributes during development without exposing them in production code. The plugin integrates seamlessly with Babel configurations and supports stripping multiple custom attributes.