rchain-community / rchain-api

An API for rchain dapps to communicate with the blockchain
Other
22 stars 12 forks source link

factor integrationTest, re-exports out of rnodeAPI.js? #39

Closed dckc closed 5 years ago

dckc commented 5 years ago

@JoshOrndorff writes:

Thoughts about moving the rchain-api integration test to a seperate file? rnodeAPI.js is getting pretty heavy.

Yes. I think moving the re-exports to a more traditional index.js would make sense too.

tschoffelen commented 5 years ago

The integration test could be done using Jest as driver as well, right (re #8).

dckc commented 5 years ago

fixed in #28 culminating in cb0102b