UNPKG

bitcore-node

Version:

A blockchain indexing node with extended capabilities using bitcore

9 lines 311 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const chai_1 = require("chai"); describe('Worker Service', function () { it('should have a test which runs', function () { (0, chai_1.expect)(true).to.equal(true); }); }); //# sourceMappingURL=worker.integration.js.map