leadstoloyals / node-agcod

Node.js api for the Amazon Gift Codes On Demand Web Services
5 stars 7 forks source link

(tests) fix default unit testing with appropriate config population and full config #1

Closed joeyslack closed 4 years ago

joeyslack commented 4 years ago

Currently, unless you customize the config appropriately, testing will not work by default.

This fix improves the default.json, also injects the already available config library into Client instantiations.

No breaking changes.