bitcore-node
Version:
A blockchain indexing node with extended capabilities using bitcore
14 lines • 530 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const chai_1 = require("chai");
const integration_1 = require("../../helpers/integration");
describe('Storage Service', function () {
const suite = this;
this.timeout(30000);
before(integration_1.intBeforeHelper);
after(async () => (0, integration_1.intAfterHelper)(suite));
it('should have a test which runs', function () {
(0, chai_1.expect)(true).to.equal(true);
});
});
//# sourceMappingURL=storage.integration.js.map