@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 • 325 B
JavaScript
;
// Setup file for Jest. This file is used in the Jest preset configuration, and
// not intended to be exported or used directly.
Object.defineProperty(exports, "__esModule", { value: true });
// eslint-disable-next-line import-x/no-unassigned-import
require("./matchers.cjs");
//# sourceMappingURL=setup.cjs.map