remove not needed spaces (#5495)

* remove not usefull spaces

* increase timeout

* increase timeout

* fix
This commit is contained in:
Eugenio Romano
2020-02-23 17:00:16 +00:00
committed by GitHub
parent 9e0e2bdfa6
commit 2d0b571875
302 changed files with 378 additions and 1245 deletions

View File

@@ -634,8 +634,7 @@ describe('DataTable', () => {
dataTable.onRowClick(row, null);
}
, 240);
});
});
it('should emit double click if there are more than two single click in 250ms', (done) => {
@@ -655,8 +654,7 @@ describe('DataTable', () => {
dataTable.onRowClick(row, null);
}
, 240);
});
});
it('should emit single click if there are two single click in more than 250ms', (done) => {
@@ -803,8 +801,7 @@ describe('DataTable', () => {
direction: 'asc'
})
);
});
});
it('should indicate column that has sorting applied', () => {
dataTable.data = new ObjectDataTableAdapter(

View File

@@ -92,8 +92,7 @@ describe('LocationCellComponent', () => {
expect(value).toBe('');
done();
});
});
});
it('should not setup cell when path is missing required properties', (done) => {
rowData.path = { someProp: '' };