fix: fix error handling in generateFaucetWallet (#1671)

* fix: handle error correctly in generateFaucetWallet
* test: Adds generateFaucetWallet integration + browser tests
This commit is contained in:
Nathan Nichols
2021-09-27 13:05:15 -07:00
committed by Mayukha Vadari
parent edcdd3a0fc
commit 9e3654d7d6
6 changed files with 98 additions and 15 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "xrpl",
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "xrpl",
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"license": "ISC",
"dependencies": {
"@types/lodash": "^4.14.136",