Skip to content

Commit ce96a0e

Browse files
committed
chore(*): now all tests should run
1 parent fcd0f63 commit ce96a0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ describe('PDF Grid Exporter', () => {
322322
exporter.export(grid, options);
323323
});
324324

325-
fit('should export tree grid with hierarchical data', (done) => {
325+
it('should export tree grid with hierarchical data', (done) => {
326326
TestBed.configureTestingModule({
327327
imports: [
328328
NoopAnimationsModule,
@@ -343,7 +343,7 @@ describe('PDF Grid Exporter', () => {
343343
exporter.export(grid, options);
344344
});
345345

346-
fit('should export tree grid with flat self-referencing data', (done) => {
346+
it('should export tree grid with flat self-referencing data', (done) => {
347347
TestBed.configureTestingModule({
348348
imports: [
349349
NoopAnimationsModule,

0 commit comments

Comments
 (0)