Chore: Updated linter changed this.
This commit is contained in:
@ -6,13 +6,11 @@ describe('SectionDetailComponent', () => {
|
||||
let component: SectionDetailComponent;
|
||||
let fixture: ComponentFixture<SectionDetailComponent>;
|
||||
|
||||
beforeEach(
|
||||
waitForAsync(() => {
|
||||
TestBed.configureTestingModule({
|
||||
declarations: [SectionDetailComponent],
|
||||
}).compileComponents();
|
||||
}),
|
||||
);
|
||||
beforeEach(waitForAsync(() => {
|
||||
TestBed.configureTestingModule({
|
||||
declarations: [SectionDetailComponent],
|
||||
}).compileComponents();
|
||||
}));
|
||||
|
||||
beforeEach(() => {
|
||||
fixture = TestBed.createComponent(SectionDetailComponent);
|
||||
|
||||
Reference in New Issue
Block a user