import { TypeSpecTestLibrary, createTestLibrary, findTestPackageRoot, } from "@typespec/compiler/testing"; export const HttpServerJavaScriptTestLibrary: TypeSpecTestLibrary = createTestLibrary({ name: "@pojagi/http-server-drf", packageRoot: await findTestPackageRoot(import.meta.url), });