@pact-foundation/pact
Version:
Pact for all things Javascript
12 lines • 529 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ResponseWithPluginBuilder = void 0;
const responseBuilder_1 = require("./responseBuilder");
class ResponseWithPluginBuilder extends responseBuilder_1.ResponseBuilder {
pluginContents(contentType, contents) {
this.interaction.withPluginResponseInteractionContents(contentType, contents);
return this;
}
}
exports.ResponseWithPluginBuilder = ResponseWithPluginBuilder;
//# sourceMappingURL=responseWithPluginBuilder.js.map