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 {ModifierDetailComponent} from './modifier-detail.component';
|
||||
import { ModifierDetailComponent } from './modifier-detail.component';
|
||||
|
||||
describe('ModifierDetailComponent', () => {
|
||||
let component: ModifierDetailComponent;
|
||||
@@ -8,9 +8,8 @@ describe('ModifierDetailComponent', () => {
|
||||
|
||||
beforeEach(async(() => {
|
||||
TestBed.configureTestingModule({
|
||||
declarations: [ModifierDetailComponent]
|
||||
})
|
||||
.compileComponents();
|
||||
declarations: [ModifierDetailComponent],
|
||||
}).compileComponents();
|
||||
}));
|
||||
|
||||
beforeEach(() => {
|
||||
|
||||
Reference in New Issue
Block a user