diff --git a/__tests__/schema.ts b/__tests__/schema.ts index df18cbf..24bccb4 100644 --- a/__tests__/schema.ts +++ b/__tests__/schema.ts @@ -3,7 +3,6 @@ import { PrimitiveSchemas, ReferenceSchemas, ArraySchemas, - // CommonSchemas has been moved to ./test-utils/schemas ObjectSchema } from '../src/schema'; import { DefaultSchemaRegistry } from '../src/schema'; diff --git a/src/schema/schema.ts b/src/schema/schema.ts index 79bb473..f8ed517 100644 --- a/src/schema/schema.ts +++ b/src/schema/schema.ts @@ -198,9 +198,6 @@ export class SchemaBuilder { } } -// Common schema patterns have been moved to __tests__/test-utils/schemas.ts -// since they are only used for testing purposes. - /** * Context for tracking resolution state during nested object resolution * Prevents circular references and manages depth tracking