UNPKG

@microsoft/jest-sarif

Version:

A collection of jest matchers for working with SARIF

8 lines 600 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.toBeValidSarifFor = exports.toBeValidSarifLog = void 0; var to_be_valid_sarif_log_1 = require("./to-be-valid-sarif-log"); Object.defineProperty(exports, "toBeValidSarifLog", { enumerable: true, get: function () { return to_be_valid_sarif_log_1.toBeValidSarifLog; } }); var to_be_valid_sarif_for_1 = require("./to-be-valid-sarif-for"); Object.defineProperty(exports, "toBeValidSarifFor", { enumerable: true, get: function () { return to_be_valid_sarif_for_1.toBeValidSarifFor; } }); //# sourceMappingURL=index.js.map