mirror of
https://github.com/Xahau/xahau.js.git
synced 2026-07-26 16:40:15 +00:00
* improve runtime of TrustSet integ test * fix EscrowFinish test * finish EscrowCancel test * add comment * fix linter issues * fix browser tests --------- Co-authored-by: Caleb Kniffen <ckniffen@ripple.com> Co-authored-by: justinr1234 <justinr1234@gmail.com>
To run integration tests:
- Run rippled in standalone node, either in a docker container (preferred) or by installing rippled.
- Go to the top-level of the
xrpl.jsrepo, just above thepackagesfolder. - With docker, run
docker run -p 6006:6006 --interactive -t --volume $PWD/.ci-config:/config/ xrpllabsofficial/xrpld:latest -a --start - Or download and build rippled and run
./rippled -a --start- If you'd like to use the latest rippled amendments, you should modify your
rippled.cfgfile to enable amendments in the[amendments]section. You can view.ci-config/rippled.cfgin the top level folder as an example of this.
- If you'd like to use the latest rippled amendments, you should modify your
- Run
npm run test:integrationornpm run test:browser