Files
xahau.js/test/integration
Mayukha Vadari af7b187dc7 Removes all prepare methods (#1605)
* deprecate and alias prepareTransaction

* delete prepareTransaction and replace methods in check-cancel

* WIP update check-cash

* remove all prepares

* remove prepares from client

* fix ts issues

* remove tests

* fix tests

* additional cleanup

* fix integration tests

* remove console statement

* re-add helper function

* fix imports

* fix more issues with integration tests

Co-authored-by: Omar Khan <khancodegt@gmail.com>
2021-10-04 14:10:12 -04:00
..
2021-10-04 14:10:12 -04:00

To run integration tests:

  1. Run rippled-standalone node, either in a docker container (preferred) or by installing rippled.
  • With docker, run docker run -p 6006:6006 -it natenichols/rippled-standalone:latest
  • Or download and build rippled and run ./rippled -a
  1. Run yarn test:integration or yarn test:browser