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

5 lines 246 B
// Setup file for Jest. This file is used in the Jest preset configuration, and // not intended to be exported or used directly. // eslint-disable-next-line import-x/no-unassigned-import import "./matchers.mjs"; //# sourceMappingURL=setup.mjs.map