UNPKG

@ledgerhq/live-common

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