UNPKG

@metamask/snaps-simulation

Version:

A simulation framework for MetaMask Snaps, enabling headless testing of Snaps in a controlled environment

6 lines 260 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.rootLogger = void 0; const utils_1 = require("@metamask/utils"); exports.rootLogger = (0, utils_1.createProjectLogger)('snaps-simulation'); //# sourceMappingURL=logger.cjs.map