Chore: Updated linter changed this.
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user