We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a06e777 commit 6126b61Copy full SHA for 6126b61
frontend/packages/pydantic-forms/src/utils.spec.ts
@@ -402,14 +402,3 @@ describe('itemizeArrayItem', () => {
402
}
403
});
404
405
-
406
-describe('parseProperties', () => {
407
- // Turns ParsedProperties | PydanticFormFieldAnyOfItemParsed into Properties
408
- // Receives required fields and applies then correctly per property?
409
- // Recurses into properties and arrayItems
410
- // - turns each property into a PydanticFormField by calling getPydanticFormField
411
- // - turns each arrayItem into a PydanticFormField by calling getPydanticFormField
412
-});
413
-describe('getPydanticFormField', () => {
414
- // Turns one ParsedProperty | PydanticFormFieldAnyOfItemParsed into a pydanticFormField
415
0 commit comments