mirror of
https://github.com/Xahau/xahau.js.git
synced 2026-04-29 15:37:50 +00:00
* rename files to camelCase * fix imports * more renames * pull all client tests out of individual folders * fix imports * fix tests
12 lines
408 B
Plaintext
12 lines
408 B
Plaintext
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"
|