Files
xahau.js/test/integration
Jackson Mills da9feffada Remove deprecated functions from api.ts (aka client.ts) (#1534)
* Removed deprecated functions from client.ts

* Renamed files to be camelCase

* Created top-level utils folder and tied all sub-references to it

* Grouped tests for those utils into their own section

Co-authored-by: Nathan Nichols <natenichols@cox.net>
2021-10-04 14:10:09 -04:00
..
2015-07-14 01:10:42 +03:00

To run integration tests:
1. Replace 'describe.skip' with 'describe' in test/integration/integration-test.js
2. Create a file at ~/.ripple_wallet containing a JSON object like this with
   your own test address and secret.
    {
      "test": {
        "address": "r3GgMwvgvP8h4yVWvjH1dPZNvC37TjzBBE",
        "secret": "shsWGZcmZz6YsWWmcnpfr6fLTdtFV"
      }
    }
3. Run "mocha test/integration/integration-test.js"