interledgerjs / five-bells-integration-test

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

feat: update tests for ILPv4/LPI2 #92

Closed sentientwaffle closed 6 years ago

sentientwaffle commented 6 years ago

Requires https://github.com/interledgerjs/five-bells-service-manager/pull/35, interledgerjs/ilp-connector#404, interledgerjs/ilp#128

sentientwaffle commented 6 years ago

The installation error is fixed by https://github.com/interledgerjs/five-bells-integration-test-loader/pull/8

dappelt commented 6 years ago

Ok, I npm linked that PR. It creates the integration-test folder, but it fails then with: Error: Cannot find module '..../five-bells-integration-test/integration-test/node_modules/ilp/node_modules/ilp-protocol-ildcp'

Using Node v7.7.1

sentientwaffle commented 6 years ago

Ya, that's because the ilp & ilp-connector patches haven't been merged yet.