UNPKG

mocha-chai-jest-snapshot

Version:
9 lines 415 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const mocha_1 = __importDefault(require("mocha")); const utils_1 = require("./utils"); exports.default = (0, utils_1.getHookReporter)(mocha_1.default.reporters.HTML); //# sourceMappingURL=HTML.js.map