@contract-case/case-core-plugin-http
Version:
ContractCase core HTTP plugin, providing HTTP matchers and mocks
15 lines • 692 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.description = void 0;
const case_plugin_base_1 = require("@contract-case/case-plugin-base");
const version_1 = require("./version");
exports.description = {
humanReadableName: 'HTTP (REST) plugin',
shortName: 'http',
// Note: If using this code as an example for your own plugin,
// DO NOT start your plugin name with the core plugin prefix
// or ContractCase will not log debug information / load failures appropriately
uniqueMachineName: `${case_plugin_base_1.CORE_PLUGIN_PREFIX} http / Rest Plugin`,
version: version_1.pluginVersion,
};
//# sourceMappingURL=description.js.map