Chore: Updated linter changed this.

This commit is contained in:
2022-04-03 07:26:40 +05:30
parent 1f1a9a13cd
commit d43aab0b23
44 changed files with 220 additions and 308 deletions

View File

@ -6,13 +6,11 @@ describe('TaxReportComponent', () => {
let component: TaxReportComponent;
let fixture: ComponentFixture<TaxReportComponent>;
beforeEach(
waitForAsync(() => {
TestBed.configureTestingModule({
declarations: [TaxReportComponent],
}).compileComponents();
}),
);
beforeEach(waitForAsync(() => {
TestBed.configureTestingModule({
declarations: [TaxReportComponent],
}).compileComponents();
}));
beforeEach(() => {
fixture = TestBed.createComponent(TaxReportComponent);