UNPKG

@ledgerhq/live-common

Version:
3 lines 295 B
import { troubleshoot } from "."; describe("verify network-troubleshooting succeed", () => troubleshoot().forEach(({ title, technicalDescription, job }) => test(title + ": " + technicalDescription, () => expect(job).resolves.not.toBeFalsy()))); //# sourceMappingURL=basic.integration.test.js.map