UNPKG

@ledgerhq/live-common

Version:
8 lines 406 B
import { dataset } from "@ledgerhq/coin-ton/__tests__/integration/bridge.integration.test"; import { testBridge } from "../../__tests__/test-helpers/bridge"; import "../../__tests__/test-helpers/setup"; // FIXME: Disabled due to TypeError in Send max transaction (ts.amount undefined) describe.skip("ton integration", () => { testBridge(dataset); }); //# sourceMappingURL=bridge.integration.test.js.map