@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
9 lines (6 loc) • 313 B
text/typescript
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);