Skip to content

Commit 461323d

Browse files
committed
test(*): async test #4908
1 parent c6d1030 commit 461323d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/services/csv/csv-exporter-grid.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ describe('CSV Grid Exporter', () => {
5151
exporter.onRowExport.unsubscribe();
5252
}));
5353

54-
it('should export grid as displayed.', () => {
54+
it('should export grid as displayed.', async () => {
5555
const currentGrid: IgxGridComponent = null;
5656

5757
TestMethods.testRawData(currentGrid, async (grid) => {

0 commit comments

Comments
 (0)