@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
11 lines • 325 B
JavaScript
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