@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
14 lines • 442 B
JavaScript
import { testBridge } from "../../../__tests__/test-helpers/bridge";
import "../../../__tests__/test-helpers/setup";
import desmos from "./desmos";
const dataset = {
implementations: ["js"],
currencies: {
desmos,
},
};
// FIXME: Disabled due to blockchain state changes causing snapshot mismatches
describe.skip("desmos integration", () => {
testBridge(dataset);
});
//# sourceMappingURL=desmos.integration.test.js.map