UNPKG

@metamask/snaps-jest

Version:

A Jest preset for end-to-end testing MetaMask Snaps, including a Jest environment, and a set of Jest matchers

8 lines 250 B
/** * Get the Snaps environment. This asserts that the environment has been * configured. * * @returns The Snaps environment. */ export declare function getEnvironment(): import("../index.cjs").default; //# sourceMappingURL=environment.d.cts.map