openapi-utils: move tests utils to separate entrypoint

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2025-01-21 20:05:04 +01:00
parent 08cb6ef94c
commit 541cb4e219
2 changed files with 14 additions and 1 deletions
@@ -32,7 +32,6 @@ export type {
} from './utility';
export type { ApiRouter, TypedRouter } from './router';
export type { PathTemplate } from './types/common';
export { wrapInOpenApiTestServer, wrapServer } from './testUtils';
export {
createValidatedOpenApiRouter,
getOpenApiSpecRoute,