Forgot to lint earlier
This commit is contained in:
@@ -8,14 +8,12 @@ describe('BatchIntegrityComponent', () => {
|
||||
let component: BatchIntegrityReportComponent;
|
||||
let fixture: ComponentFixture<BatchIntegrityReportComponent>;
|
||||
|
||||
beforeEach(
|
||||
waitForAsync(() => {
|
||||
TestBed.configureTestingModule({
|
||||
imports: [HttpClientModule, RouterTestingModule],
|
||||
declarations: [BatchIntegrityReportComponent],
|
||||
}).compileComponents();
|
||||
}),
|
||||
);
|
||||
beforeEach(waitForAsync(() => {
|
||||
TestBed.configureTestingModule({
|
||||
imports: [HttpClientModule, RouterTestingModule],
|
||||
declarations: [BatchIntegrityReportComponent],
|
||||
}).compileComponents();
|
||||
}));
|
||||
|
||||
beforeEach(() => {
|
||||
fixture = TestBed.createComponent(BatchIntegrityReportComponent);
|
||||
|
||||
Reference in New Issue
Block a user