Mossaka / client-node

3 stars 1 forks source link

Add integration test cases #8

Closed Mossaka closed 3 years ago

Mossaka commented 3 years ago

Currently there is a ad-hoc integration test in app.js. We need more test integration test cases to cover more scenarios.

Mossaka commented 3 years ago

Probably we can use Jest for testing out the Async/Await methods for both RawClient and TransactionClient. See more info here

Mossaka commented 3 years ago

No needed since we are going to implement integration test using Jepsen tests