@microsoft/jest-sarif
Version:
A collection of jest matchers for working with SARIF
7 lines • 340 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.toBeValidSarifLog = void 0;
const build_matcher_1 = require("../build-matcher");
exports.toBeValidSarifLog = build_matcher_1.buildMatcher();
expect.extend({ toBeValidSarifLog: exports.toBeValidSarifLog });
//# sourceMappingURL=to-be-valid-sarif-log.js.map