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