UNPKG

@ledgerhq/live-common

Version:
11 lines 325 B
import { testBridge } from "../../../__tests__/test-helpers/bridge"; import "../../../__tests__/test-helpers/setup"; import crypto_org from "./cryptoOrg"; const dataset = { implementations: ["js"], currencies: { crypto_org, }, }; testBridge(dataset); //# sourceMappingURL=cryptoOrg.integration.test.js.map