UNPKG

@case-contract-testing/case

Version:

Next-generation contract testing suite

8 lines (7 loc) 627 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.httpResponseMatcher = exports.httpRequestMatcher = exports.httpStatusCodeMatcher = void 0; var matcher_1 = require("./matcher"); Object.defineProperty(exports, "httpStatusCodeMatcher", { enumerable: true, get: function () { return matcher_1.httpStatusCodeMatcher; } }); Object.defineProperty(exports, "httpRequestMatcher", { enumerable: true, get: function () { return matcher_1.httpRequestMatcher; } }); Object.defineProperty(exports, "httpResponseMatcher", { enumerable: true, get: function () { return matcher_1.httpResponseMatcher; } });