Files
http-server-drf/src/testing/index.ts
2025-03-11 08:16:29 -04:00

11 lines
300 B
TypeScript

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