Files
xahau.js/test/integration
Nathan Nichols 8b95ee5fab build: Initial linting setup (#1560)
* sets up linting config and runs `yarn lint --fix` once, so that all changes will show up correctly in future PRs.

* Note that there are still a lot of linter errors.
2021-10-04 14:10:10 -04:00
..

To run integration tests:
1. Replace 'describe.skip' with 'describe' in test/integration/integration.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.js"