update deps and fix vulns
This commit is contained in:
+4
-4
@@ -45,7 +45,7 @@ describe('XRPIO', () => {
|
||||
|
||||
let txHash
|
||||
it('writeRaw', async function(){
|
||||
this.skip()
|
||||
// this.skip()
|
||||
this.timeout(15000)
|
||||
txHash = await api.writeRaw({data: TEST_DATA}, receiveWallet.address, sendWallet.secret);
|
||||
expect(txHash).to.exist
|
||||
@@ -53,7 +53,7 @@ describe('XRPIO', () => {
|
||||
})
|
||||
|
||||
it('readRaw', async function () {
|
||||
this.skip()
|
||||
// this.skip()
|
||||
this.timeout(15000)
|
||||
const memo = await api.readRaw(txHash)
|
||||
expect(memo).to.exist
|
||||
@@ -61,7 +61,7 @@ describe('XRPIO', () => {
|
||||
})
|
||||
|
||||
it('treeWrite', async function(){
|
||||
this.skip()
|
||||
// this.skip()
|
||||
this.timeout(45000)
|
||||
txHash = await api.treeWrite(longText, receiveWallet.address, sendWallet.secret)
|
||||
expect(txHash).to.exist
|
||||
@@ -69,7 +69,7 @@ describe('XRPIO', () => {
|
||||
})
|
||||
|
||||
it('treeRead', async function(){
|
||||
this.skip()
|
||||
// this.skip()
|
||||
this.timeout(45000)
|
||||
txHash = await api.treeRead([txHash])
|
||||
expect(txHash).to.exist
|
||||
|
||||
Reference in New Issue
Block a user