interledgerjs / five-bells-integration-test

A module to help with testing Five Bells components against each other
Other
2 stars 3 forks source link

[FEATURE] add tests #3

Closed sentientwaffle closed 8 years ago

sentientwaffle commented 8 years ago

Fixes https://github.com/interledger/five-bells-integration-test/issues/2

justmoon commented 8 years ago

Please merge any WIP commits into a complete, non-WIP commit. :)

MatthewPhinney commented 8 years ago

Nice work. I think as the codebase grows, it will make sense to pull the service ports/key pairs/credentials from a data file, rather than having them hardcoded in index.js, but that can be addressed in a future PR. LGTM.

clark800 commented 8 years ago

Looks like well-organized and readable code :+1: