@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
5 lines • 371 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const _1 = require(".");
describe("verify network-troubleshooting succeed", () => (0, _1.troubleshoot)().forEach(({ title, technicalDescription, job }) => test(title + ": " + technicalDescription, () => expect(job).resolves.not.toBeFalsy())));
//# sourceMappingURL=basic.integration.test.js.map