@armandabric/pdf-snapshot-matcher
Version:
PDF snapshot matcher
6 lines • 354 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.toMatchPdfSnapshot = void 0;
const toMatchPdfSnapshot_1 = require("./toMatchPdfSnapshot");
Object.defineProperty(exports, "toMatchPdfSnapshot", { enumerable: true, get: function () { return toMatchPdfSnapshot_1.toMatchPdfSnapshot; } });
//# sourceMappingURL=jest.js.map