UNPKG

@typespec/openapi

Version:

TypeSpec library providing OpenAPI concepts

9 lines 410 B
import { createTestLibrary, findTestPackageRoot, } from "@typespec/compiler/testing"; /** @deprecated use new Tester */ /* eslint-disable @typescript-eslint/no-deprecated */ export const OpenAPITestLibrary = createTestLibrary({ name: "@typespec/openapi", packageRoot: await findTestPackageRoot(import.meta.url), }); /* eslint-enable @typescript-eslint/no-deprecated */ //# sourceMappingURL=index.js.map