File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
packages/core/src/__tests__ Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ describe('entity-yaml', () => {
4141 }
4242 }
4343
44- // Test default resolution when no type
4544 if ( typeof entityFileArrayNode . items === 'function' ) {
4645 const unknownEntity = { key : 'unknown' , title : 'Unknown' } ;
4746 const resolvedType = entityFileArrayNode . items ( unknownEntity , 'root' ) ;
@@ -57,7 +56,6 @@ describe('entity-yaml', () => {
5756 const entityTypes = createEntityTypes ( entityFileSchema , entityFileDefaultSchema ) ;
5857 const normalizedTypes = normalizeTypes ( entityTypes ) ;
5958
60- // Test that user type has correct required fields
6159 const userNode = normalizedTypes [ 'user' ] ;
6260 if ( userNode && Array . isArray ( userNode . required ) ) {
6361 expect ( userNode . required ) . toContain ( 'key' ) ;
You can’t perform that action at this time.
0 commit comments