Fix tslint issues

This commit is contained in:
Denys Vuika
2016-07-08 12:43:43 +01:00
parent c637d1d053
commit 2701197fe0

View File

@@ -400,10 +400,6 @@ describe('ShareDataTableAdapter', () => {
expect((<ShareDataRow> rows[0]).node).toBe(file2);
expect((<ShareDataRow> rows[1]).node).toBe(file1);
});
it('should sort folders', () => {
});
});
describe('ShareDataRow', () => {