@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
7 lines • 362 B
JavaScript
import "../../__tests__/test-helpers/setup";
import { newAddress1, dataset } from "@ledgerhq/coin-xrp/test/index";
import { testBridge } from "../../__tests__/test-helpers/bridge";
import { addNotCreatedRippleMockAddress } from "./bridge/mock";
addNotCreatedRippleMockAddress(newAddress1);
testBridge(dataset);
//# sourceMappingURL=bridge.integration.test.js.map