UNPKG

@ledgerhq/live-common

Version:
7 lines (5 loc) 256 B
import { troubleshoot } from "."; describe("verify network-troubleshooting succeed", () => troubleshoot().forEach(({ title, technicalDescription, job }) => test(title + ": " + technicalDescription, () => expect(job).resolves.not.toBeFalsy()), ));