mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 04:05:52 +00:00
* assign -> Object.assign * replace isundefined * remove forEach * remove some * remove reduce * remove keys * remove map * remove includes * remove filter * remove last * remove isstring * remove every * remove rearg * remove indexOf * remove values * remove startswith * remove first and pick * build smaller lodash * remove lodash.isequal package * add lodash-cli dev dependency * add lodash script * test fix * Revert "build smaller lodash" This reverts commit 979446e57f60b29cb5d377b54efe91cfbeae0707. * upgrade npm * change ===/!== undefined to ==/!= null
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"