@metamask/snaps-jest
Version:
A Jest preset for end-to-end testing MetaMask Snaps, including a Jest environment, and a set of Jest matchers
7 lines • 455 B
JavaScript
// eslint-disable-next-line import-x/no-unassigned-import
import "./global.mjs";
export { default, default as TestEnvironment } from "./environment.mjs";
export * from "./helpers.mjs";
export * from "./options.mjs";
export { assertCustomDialogHasNoFooter, assertCustomDialogHasPartialFooter, assertIsAlertDialog, assertIsConfirmationDialog, assertIsCustomDialog, assertIsPromptDialog } from "@metamask/snaps-simulation";
//# sourceMappingURL=index.mjs.map