Skip to content

Commit 6126b61

Browse files
author
Ruben van Leeuwen
committed
2040: Removes test stubs
1 parent a06e777 commit 6126b61

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

frontend/packages/pydantic-forms/src/utils.spec.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -402,14 +402,3 @@ describe('itemizeArrayItem', () => {
402402
}
403403
});
404404
});
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

Comments
 (0)