Chore: Updated linter changed this.

This commit is contained in:
2022-04-03 07:26:40 +05:30
parent 1f1a9a13cd
commit d43aab0b23
44 changed files with 220 additions and 308 deletions

View File

@ -6,13 +6,11 @@ describe('QuantityComponent', () => {
let component: BillNumberComponent;
let fixture: ComponentFixture<BillNumberComponent>;
beforeEach(
waitForAsync(() => {
TestBed.configureTestingModule({
declarations: [BillNumberComponent],
}).compileComponents();
}),
);
beforeEach(waitForAsync(() => {
TestBed.configureTestingModule({
declarations: [BillNumberComponent],
}).compileComponents();
}));
beforeEach(() => {
fixture = TestBed.createComponent(BillNumberComponent);

View File

@ -6,13 +6,11 @@ describe('BillTypeComponent', () => {
let component: BillTypeComponent;
let fixture: ComponentFixture<BillTypeComponent>;
beforeEach(
waitForAsync(() => {
TestBed.configureTestingModule({
declarations: [BillTypeComponent],
}).compileComponents();
}),
);
beforeEach(waitForAsync(() => {
TestBed.configureTestingModule({
declarations: [BillTypeComponent],
}).compileComponents();
}));
beforeEach(() => {
fixture = TestBed.createComponent(BillTypeComponent);

View File

@ -6,13 +6,11 @@ describe('BillsComponent', () => {
let component: BillsComponent;
let fixture: ComponentFixture<BillsComponent>;
beforeEach(
waitForAsync(() => {
TestBed.configureTestingModule({
declarations: [BillsComponent],
}).compileComponents();
}),
);
beforeEach(waitForAsync(() => {
TestBed.configureTestingModule({
declarations: [BillsComponent],
}).compileComponents();
}));
beforeEach(() => {
fixture = TestBed.createComponent(BillsComponent);

View File

@ -6,13 +6,11 @@ describe('ChooseCustomerComponent', () => {
let component: ChooseCustomerComponent;
let fixture: ComponentFixture<ChooseCustomerComponent>;
beforeEach(
waitForAsync(() => {
TestBed.configureTestingModule({
declarations: [ChooseCustomerComponent],
}).compileComponents();
}),
);
beforeEach(waitForAsync(() => {
TestBed.configureTestingModule({
declarations: [ChooseCustomerComponent],
}).compileComponents();
}));
beforeEach(() => {
fixture = TestBed.createComponent(ChooseCustomerComponent);

View File

@ -6,13 +6,11 @@ describe('DiscountComponent', () => {
let component: DiscountComponent;
let fixture: ComponentFixture<DiscountComponent>;
beforeEach(
waitForAsync(() => {
TestBed.configureTestingModule({
declarations: [DiscountComponent],
}).compileComponents();
}),
);
beforeEach(waitForAsync(() => {
TestBed.configureTestingModule({
declarations: [DiscountComponent],
}).compileComponents();
}));
beforeEach(() => {
fixture = TestBed.createComponent(DiscountComponent);

View File

@ -6,13 +6,11 @@ describe('SalesHomeComponent', () => {
let component: SalesHomeComponent;
let fixture: ComponentFixture<SalesHomeComponent>;
beforeEach(
waitForAsync(() => {
TestBed.configureTestingModule({
declarations: [SalesHomeComponent],
}).compileComponents();
}),
);
beforeEach(waitForAsync(() => {
TestBed.configureTestingModule({
declarations: [SalesHomeComponent],
}).compileComponents();
}));
beforeEach(() => {
fixture = TestBed.createComponent(SalesHomeComponent);

View File

@ -6,13 +6,11 @@ describe('MenuCategoriesComponent', () => {
let component: MenuCategoriesComponent;
let fixture: ComponentFixture<MenuCategoriesComponent>;
beforeEach(
waitForAsync(() => {
TestBed.configureTestingModule({
declarations: [MenuCategoriesComponent],
}).compileComponents();
}),
);
beforeEach(waitForAsync(() => {
TestBed.configureTestingModule({
declarations: [MenuCategoriesComponent],
}).compileComponents();
}));
beforeEach(() => {
fixture = TestBed.createComponent(MenuCategoriesComponent);

View File

@ -6,13 +6,11 @@ describe('ModifiersComponent', () => {
let component: ModifiersComponent;
let fixture: ComponentFixture<ModifiersComponent>;
beforeEach(
waitForAsync(() => {
TestBed.configureTestingModule({
declarations: [ModifiersComponent],
}).compileComponents();
}),
);
beforeEach(waitForAsync(() => {
TestBed.configureTestingModule({
declarations: [ModifiersComponent],
}).compileComponents();
}));
beforeEach(() => {
fixture = TestBed.createComponent(ModifiersComponent);

View File

@ -6,13 +6,11 @@ describe('PaxComponent', () => {
let component: PaxComponent;
let fixture: ComponentFixture<PaxComponent>;
beforeEach(
waitForAsync(() => {
TestBed.configureTestingModule({
declarations: [PaxComponent],
}).compileComponents();
}),
);
beforeEach(waitForAsync(() => {
TestBed.configureTestingModule({
declarations: [PaxComponent],
}).compileComponents();
}));
beforeEach(() => {
fixture = TestBed.createComponent(PaxComponent);

View File

@ -6,13 +6,11 @@ describe('ProductsComponent', () => {
let component: ProductsComponent;
let fixture: ComponentFixture<ProductsComponent>;
beforeEach(
waitForAsync(() => {
TestBed.configureTestingModule({
declarations: [ProductsComponent],
}).compileComponents();
}),
);
beforeEach(waitForAsync(() => {
TestBed.configureTestingModule({
declarations: [ProductsComponent],
}).compileComponents();
}));
beforeEach(() => {
fixture = TestBed.createComponent(ProductsComponent);

View File

@ -6,13 +6,11 @@ describe('QuantityComponent', () => {
let component: QuantityComponent;
let fixture: ComponentFixture<QuantityComponent>;
beforeEach(
waitForAsync(() => {
TestBed.configureTestingModule({
declarations: [QuantityComponent],
}).compileComponents();
}),
);
beforeEach(waitForAsync(() => {
TestBed.configureTestingModule({
declarations: [QuantityComponent],
}).compileComponents();
}));
beforeEach(() => {
fixture = TestBed.createComponent(QuantityComponent);

View File

@ -6,13 +6,11 @@ describe('VoidReasonComponent', () => {
let component: ReasonComponent;
let fixture: ComponentFixture<ReasonComponent>;
beforeEach(
waitForAsync(() => {
TestBed.configureTestingModule({
declarations: [ReasonComponent],
}).compileComponents();
}),
);
beforeEach(waitForAsync(() => {
TestBed.configureTestingModule({
declarations: [ReasonComponent],
}).compileComponents();
}));
beforeEach(() => {
fixture = TestBed.createComponent(ReasonComponent);

View File

@ -6,13 +6,11 @@ describe('ReceivePaymentComponent', () => {
let component: ReceivePaymentComponent;
let fixture: ComponentFixture<ReceivePaymentComponent>;
beforeEach(
waitForAsync(() => {
TestBed.configureTestingModule({
declarations: [ReceivePaymentComponent],
}).compileComponents();
}),
);
beforeEach(waitForAsync(() => {
TestBed.configureTestingModule({
declarations: [ReceivePaymentComponent],
}).compileComponents();
}));
beforeEach(() => {
fixture = TestBed.createComponent(ReceivePaymentComponent);

View File

@ -6,13 +6,11 @@ describe('RunningTablesComponent', () => {
let component: RunningTablesComponent;
let fixture: ComponentFixture<RunningTablesComponent>;
beforeEach(
waitForAsync(() => {
TestBed.configureTestingModule({
declarations: [RunningTablesComponent],
}).compileComponents();
}),
);
beforeEach(waitForAsync(() => {
TestBed.configureTestingModule({
declarations: [RunningTablesComponent],
}).compileComponents();
}));
beforeEach(() => {
fixture = TestBed.createComponent(RunningTablesComponent);

View File

@ -6,13 +6,11 @@ describe('SplitBillComponent', () => {
let component: SplitBillComponent;
let fixture: ComponentFixture<SplitBillComponent>;
beforeEach(
waitForAsync(() => {
TestBed.configureTestingModule({
declarations: [SplitBillComponent],
}).compileComponents();
}),
);
beforeEach(waitForAsync(() => {
TestBed.configureTestingModule({
declarations: [SplitBillComponent],
}).compileComponents();
}));
beforeEach(() => {
fixture = TestBed.createComponent(SplitBillComponent);

View File

@ -6,13 +6,11 @@ describe('TablesDialogComponent', () => {
let component: TablesDialogComponent;
let fixture: ComponentFixture<TablesDialogComponent>;
beforeEach(
waitForAsync(() => {
TestBed.configureTestingModule({
declarations: [TablesDialogComponent],
}).compileComponents();
}),
);
beforeEach(waitForAsync(() => {
TestBed.configureTestingModule({
declarations: [TablesDialogComponent],
}).compileComponents();
}));
beforeEach(() => {
fixture = TestBed.createComponent(TablesDialogComponent);