@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
9 lines • 525 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
// A test files that can contains generic failsafe we have for LLD
require("./test-helpers/setup");
const currencies_1 = require("../currencies");
describe("supported currencies are ready to work", () => {
(0, currencies_1.listSupportedCurrencies)().forEach(c => test("getAbandonSeedAddress works for currency " + c.id, () => expect((0, currencies_1.getAbandonSeedAddress)(c.id)).toBeTruthy()));
});
//# sourceMappingURL=environment.test.js.map