Blacked and isorted the python files
Prettied and eslinted the typescript/html files
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import {async, ComponentFixture, TestBed} from '@angular/core/testing';
|
||||
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||
|
||||
import {SectionPrinterComponent} from './section-printer.component';
|
||||
import { SectionPrinterComponent } from './section-printer.component';
|
||||
|
||||
describe('SectionPrinterComponent', () => {
|
||||
let component: SectionPrinterComponent;
|
||||
@ -8,9 +8,8 @@ describe('SectionPrinterComponent', () => {
|
||||
|
||||
beforeEach(async(() => {
|
||||
TestBed.configureTestingModule({
|
||||
declarations: [SectionPrinterComponent]
|
||||
})
|
||||
.compileComponents();
|
||||
declarations: [SectionPrinterComponent],
|
||||
}).compileComponents();
|
||||
}));
|
||||
|
||||
beforeEach(() => {
|
||||
|
||||
Reference in New Issue
Block a user