mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Fix tslint issues
This commit is contained in:
@@ -400,10 +400,6 @@ describe('ShareDataTableAdapter', () => {
|
|||||||
expect((<ShareDataRow> rows[0]).node).toBe(file2);
|
expect((<ShareDataRow> rows[0]).node).toBe(file2);
|
||||||
expect((<ShareDataRow> rows[1]).node).toBe(file1);
|
expect((<ShareDataRow> rows[1]).node).toBe(file1);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should sort folders', () => {
|
|
||||||
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('ShareDataRow', () => {
|
describe('ShareDataRow', () => {
|
||||||
|
Reference in New Issue
Block a user