UNPKG

@simbachain/libsimba-js

Version:

libsimba-js is a library simplifying the use of SIMBAChain APIs. We aim to abstract away the various blockchain concepts, reducing the necessary time needed to get to working code.

11 lines (9 loc) 312 B
import { expect } from "chai"; describe("src/wallet/localwallet.js", () => { // let wallet = new LocalWallet(SigningConfirmationTrue); describe("unlockWallet", () => { it("should call wallet.fromEncryptedJson!", () => { expect(true).to.equal(true); }); }); });