UNPKG

@ledgerhq/live-common

Version:
5 lines 371 B
"use strict"; 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