@@ -56,32 +56,32 @@ describe('DxForm', () => {
5656
5757 // spec
5858 [
59- {
60- testName : 'legacy' ,
61- formSimpleItem : 'dxi-item' ,
62- formGroupItem : 'dxi-item' ,
59+ {
60+ testName : 'legacy' ,
61+ formSimpleItem : 'dxi-item' ,
62+ formGroupItem : 'dxi-item' ,
6363 formGroupItemType : 'itemType="group"' ,
6464 formValidationItem : 'dxi-validation-rule' ,
6565 formValidationRequiredItemType : 'type="required"' ,
66- formValidationCustomItemType : 'type="custom"'
66+ formValidationCustomItemType : 'type="custom"' ,
6767 } ,
68- {
68+ {
6969 testName : 'new' ,
7070 formSimpleItem : 'dxi-form-simple-item' ,
7171 formGroupItem : 'dxi-form-group-item' ,
7272 formGroupItemType : '' ,
7373 formValidationItem : 'dxi-form-required-rule' ,
7474 formValidationRequiredItemType : '' ,
75- formValidationCustomItemType : ''
76- }
75+ formValidationCustomItemType : '' ,
76+ } ,
7777 ] . forEach ( ( {
78- testName,
79- formSimpleItem,
80- formGroupItem,
81- formGroupItemType,
82- formValidationItem,
83- formValidationRequiredItemType,
84- formValidationCustomItemType
78+ testName,
79+ formSimpleItem,
80+ formGroupItem,
81+ formGroupItemType,
82+ formValidationItem,
83+ formValidationRequiredItemType,
84+ formValidationCustomItemType,
8585 } ) => {
8686 it ( `should be able to accept items via nested dxi components (T459714) (with ${ testName } nested items)` , ( ) => {
8787 TestBed . overrideComponent ( TestContainerComponent , {
0 commit comments