fix(testnet): Added additional integration tests for testnet SLP

This commit is contained in:
Chris Troutner
2020-10-16 22:22:18 -07:00
parent b397381c7d
commit 9539119c57
3 changed files with 59 additions and 3 deletions
+3 -1
View File
@@ -6,7 +6,7 @@ const chai = require("chai")
const assert = chai.assert
const BCHJS = require("../../src/bch-js")
const bchjs = new BCHJS()
let bchjs
// Inspect utility used for debugging.
const util = require("util")
@@ -25,6 +25,8 @@ describe(`#SLP`, () => {
beforeEach(async () => {
// Introduce a delay so that the BVT doesn't trip the rate limits.
await sleep(1000)
bchjs = new BCHJS()
})
describe("#util", () => {