@0xcert/ethereum-sandbox
Version:
Test server for local running testing of modules on the Ethereum blockchain.
11 lines • 348 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const spec_1 = require("@hayspec/spec");
const sandbox = require("..");
const spec = new spec_1.Spec();
spec.test('exposes objects', (t) => {
t.true(!!sandbox.Sandbox);
t.true(!!sandbox.Protocol);
});
exports.default = spec;
//# sourceMappingURL=index.test.js.map