mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
New 'core:/utils/ObjectUtils', additional unit tests
This commit is contained in:
@@ -347,11 +347,6 @@ describe('ObjectDataRow', () => {
|
||||
expect(row.getValue('some.missing.property')).toBeUndefined();
|
||||
});
|
||||
|
||||
it('should return undefined when getting value for missing target', () => {
|
||||
let row = new ObjectDataRow({});
|
||||
expect(row.getObjectValue(null, 'id')).toBeUndefined();
|
||||
});
|
||||
|
||||
it('should check top level value exists', () => {
|
||||
let row = new ObjectDataRow({ id: 1 });
|
||||
|
||||
|
Reference in New Issue
Block a user