@0xcert/ethereum-value-ledger
Version:
Value ledger module for currency management on the Ethereum blockchain.
10 lines • 322 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const spec_1 = require("@specron/spec");
const ledger = require("..");
const spec = new spec_1.Spec();
spec.test('exposes objects', (ctx) => {
ctx.true(!!ledger.ValueLedger);
});
exports.default = spec;
//# sourceMappingURL=index.test.js.map