UNPKG

@microsoft/jest-sarif

Version:

A collection of jest matchers for working with SARIF

7 lines 340 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.toBeValidSarifFor = void 0; const build_matcher_1 = require("../build-matcher"); exports.toBeValidSarifFor = build_matcher_1.buildMatcher(); expect.extend({ toBeValidSarifFor: exports.toBeValidSarifFor }); //# sourceMappingURL=to-be-valid-sarif-for.js.map