@typespec/openapi3
Version:
TypeSpec library for emitting OpenAPI 3.0 and OpenAPI 3.1 from the TypeSpec REST protocol binding and converting OpenAPI3 to TypeSpec
9 lines • 412 B
JavaScript
import { createTestLibrary, findTestPackageRoot, } from "@typespec/compiler/testing";
/** @deprecated use new Tester */
/* eslint-disable @typescript-eslint/no-deprecated */
export const OpenAPI3TestLibrary = createTestLibrary({
name: "@typespec/openapi3",
packageRoot: await findTestPackageRoot(import.meta.url),
});
/* eslint-enable @typescript-eslint/no-deprecated */
//# sourceMappingURL=index.js.map