UNPKG

@reactive-dot/wallet-mimir

Version:

Mimir adapter for ReactiveDOT

11 lines (9 loc) 242 B
import * as exports from "./index.js"; import { expect, it } from "vitest"; it("should match inline snapshot", () => expect(Object.keys(exports)).toMatchInlineSnapshot(` [ "MimirWalletProvider", "MimirWallet", ] `));