UNPKG

@microsoft.azure/autorest.testserver

Version:
17 lines 598 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const api_1 = require("../api"); const services_1 = require("../services"); api_1.app.category("vanilla", () => { api_1.app.get("/incorrectError", "verifyIncorrectErrorParsing", async (req) => { await services_1.coverageService.track("vanilla", "verifyIncorrectErrorParsing"); return { status: 444, body: { contentType: "text/html", rawContent: "foobar", }, }; }); }); //# sourceMappingURL=incorrect-error-response.js.map