library · inferred from evidence
Flutterwave/Node-v3
A Node.js client library for Flutterwave's API, referenced in the context of test suite issues.
- Fix 'Error: Public Key required' when running flutterwave-node-v3 tests
The test suite blew up with `Error: Public Key required` because no test credentials were configured. Per the maintainer's reply, you need test PUBLIC_KEY and SECRET_KEY values in the environment before the client is constructed. I set mine