diff --git a/bookie/src/app/beer-sale-report/beer-sale-report.component.spec.ts b/bookie/src/app/beer-sale-report/beer-sale-report.component.spec.ts index 8f37366..63b4e6a 100644 --- a/bookie/src/app/beer-sale-report/beer-sale-report.component.spec.ts +++ b/bookie/src/app/beer-sale-report/beer-sale-report.component.spec.ts @@ -6,13 +6,11 @@ describe('BeerSaleReportComponent', () => { let component: BeerSaleReportComponent; let fixture: ComponentFixture; - beforeEach( - waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [BeerSaleReportComponent], - }).compileComponents(); - }), - ); + beforeEach(waitForAsync(() => { + TestBed.configureTestingModule({ + declarations: [BeerSaleReportComponent], + }).compileComponents(); + })); beforeEach(() => { fixture = TestBed.createComponent(BeerSaleReportComponent); diff --git a/bookie/src/app/bill-settlement-report/bill-settlement-report.component.spec.ts b/bookie/src/app/bill-settlement-report/bill-settlement-report.component.spec.ts index 48758bd..5fa8f12 100644 --- a/bookie/src/app/bill-settlement-report/bill-settlement-report.component.spec.ts +++ b/bookie/src/app/bill-settlement-report/bill-settlement-report.component.spec.ts @@ -6,13 +6,11 @@ describe('BillSettlementReportComponent', () => { let component: BillSettlementReportComponent; let fixture: ComponentFixture; - beforeEach( - waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [BillSettlementReportComponent], - }).compileComponents(); - }), - ); + beforeEach(waitForAsync(() => { + TestBed.configureTestingModule({ + declarations: [BillSettlementReportComponent], + }).compileComponents(); + })); beforeEach(() => { fixture = TestBed.createComponent(BillSettlementReportComponent); diff --git a/bookie/src/app/cashier-report/cashier-report.component.spec.ts b/bookie/src/app/cashier-report/cashier-report.component.spec.ts index 5c4ceb4..fdff58d 100644 --- a/bookie/src/app/cashier-report/cashier-report.component.spec.ts +++ b/bookie/src/app/cashier-report/cashier-report.component.spec.ts @@ -6,13 +6,11 @@ describe('CashierReportComponent', () => { let component: CashierReportComponent; let fixture: ComponentFixture; - beforeEach( - waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [CashierReportComponent], - }).compileComponents(); - }), - ); + beforeEach(waitForAsync(() => { + TestBed.configureTestingModule({ + declarations: [CashierReportComponent], + }).compileComponents(); + })); beforeEach(() => { fixture = TestBed.createComponent(CashierReportComponent); diff --git a/bookie/src/app/customers/customer-detail/customer-detail.component.spec.ts b/bookie/src/app/customers/customer-detail/customer-detail.component.spec.ts index f2028ed..0197f06 100644 --- a/bookie/src/app/customers/customer-detail/customer-detail.component.spec.ts +++ b/bookie/src/app/customers/customer-detail/customer-detail.component.spec.ts @@ -6,13 +6,11 @@ describe('CustomerDetailComponent', () => { let component: CustomerDetailComponent; let fixture: ComponentFixture; - beforeEach( - waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [CustomerDetailComponent], - }).compileComponents(); - }), - ); + beforeEach(waitForAsync(() => { + TestBed.configureTestingModule({ + declarations: [CustomerDetailComponent], + }).compileComponents(); + })); beforeEach(() => { fixture = TestBed.createComponent(CustomerDetailComponent); diff --git a/bookie/src/app/devices/device-detail/device-detail.component.spec.ts b/bookie/src/app/devices/device-detail/device-detail.component.spec.ts index 7169488..9d7064a 100644 --- a/bookie/src/app/devices/device-detail/device-detail.component.spec.ts +++ b/bookie/src/app/devices/device-detail/device-detail.component.spec.ts @@ -6,13 +6,11 @@ describe('DeviceDetailComponent', () => { let component: DeviceDetailComponent; let fixture: ComponentFixture; - beforeEach( - waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [DeviceDetailComponent], - }).compileComponents(); - }), - ); + beforeEach(waitForAsync(() => { + TestBed.configureTestingModule({ + declarations: [DeviceDetailComponent], + }).compileComponents(); + })); beforeEach(() => { fixture = TestBed.createComponent(DeviceDetailComponent); diff --git a/bookie/src/app/discount-report/discount-report.component.spec.ts b/bookie/src/app/discount-report/discount-report.component.spec.ts index 80a32ec..aaacddb 100644 --- a/bookie/src/app/discount-report/discount-report.component.spec.ts +++ b/bookie/src/app/discount-report/discount-report.component.spec.ts @@ -6,13 +6,11 @@ describe('DiscountReportComponent', () => { let component: DiscountReportComponent; let fixture: ComponentFixture; - beforeEach( - waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [DiscountReportComponent], - }).compileComponents(); - }), - ); + beforeEach(waitForAsync(() => { + TestBed.configureTestingModule({ + declarations: [DiscountReportComponent], + }).compileComponents(); + })); beforeEach(() => { fixture = TestBed.createComponent(DiscountReportComponent); diff --git a/bookie/src/app/header-footer/header-footer.component.spec.ts b/bookie/src/app/header-footer/header-footer.component.spec.ts index 9ee5a7c..9efacad 100644 --- a/bookie/src/app/header-footer/header-footer.component.spec.ts +++ b/bookie/src/app/header-footer/header-footer.component.spec.ts @@ -6,13 +6,11 @@ describe('HeaderFooterComponent', () => { let component: HeaderFooterComponent; let fixture: ComponentFixture; - beforeEach( - waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [HeaderFooterComponent], - }).compileComponents(); - }), - ); + beforeEach(waitForAsync(() => { + TestBed.configureTestingModule({ + declarations: [HeaderFooterComponent], + }).compileComponents(); + })); beforeEach(() => { fixture = TestBed.createComponent(HeaderFooterComponent); diff --git a/bookie/src/app/home/home.component.spec.ts b/bookie/src/app/home/home.component.spec.ts index 3fa303d..d7c6165 100644 --- a/bookie/src/app/home/home.component.spec.ts +++ b/bookie/src/app/home/home.component.spec.ts @@ -6,13 +6,11 @@ describe('HomeComponent', () => { let component: HomeComponent; let fixture: ComponentFixture; - beforeEach( - waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [HomeComponent], - }).compileComponents(); - }), - ); + beforeEach(waitForAsync(() => { + TestBed.configureTestingModule({ + declarations: [HomeComponent], + }).compileComponents(); + })); beforeEach(() => { fixture = TestBed.createComponent(HomeComponent); diff --git a/bookie/src/app/menu-category/menu-category-detail/menu-category-detail.component.spec.ts b/bookie/src/app/menu-category/menu-category-detail/menu-category-detail.component.spec.ts index 7549dc8..121b09f 100644 --- a/bookie/src/app/menu-category/menu-category-detail/menu-category-detail.component.spec.ts +++ b/bookie/src/app/menu-category/menu-category-detail/menu-category-detail.component.spec.ts @@ -6,13 +6,11 @@ describe('MenuCategoryDetailComponent', () => { let component: MenuCategoryDetailComponent; let fixture: ComponentFixture; - beforeEach( - waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [MenuCategoryDetailComponent], - }).compileComponents(); - }), - ); + beforeEach(waitForAsync(() => { + TestBed.configureTestingModule({ + declarations: [MenuCategoryDetailComponent], + }).compileComponents(); + })); beforeEach(() => { fixture = TestBed.createComponent(MenuCategoryDetailComponent); diff --git a/bookie/src/app/modifier-categories/modifier-category-detail/modifier-category-detail.component.spec.ts b/bookie/src/app/modifier-categories/modifier-category-detail/modifier-category-detail.component.spec.ts index e6153c2..4d54d5e 100644 --- a/bookie/src/app/modifier-categories/modifier-category-detail/modifier-category-detail.component.spec.ts +++ b/bookie/src/app/modifier-categories/modifier-category-detail/modifier-category-detail.component.spec.ts @@ -6,13 +6,11 @@ describe('ModifierCategoryDetailComponent', () => { let component: ModifierCategoryDetailComponent; let fixture: ComponentFixture; - beforeEach( - waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [ModifierCategoryDetailComponent], - }).compileComponents(); - }), - ); + beforeEach(waitForAsync(() => { + TestBed.configureTestingModule({ + declarations: [ModifierCategoryDetailComponent], + }).compileComponents(); + })); beforeEach(() => { fixture = TestBed.createComponent(ModifierCategoryDetailComponent); diff --git a/bookie/src/app/modifiers/modifier-detail/modifier-detail.component.spec.ts b/bookie/src/app/modifiers/modifier-detail/modifier-detail.component.spec.ts index 952de12..2fde7b4 100644 --- a/bookie/src/app/modifiers/modifier-detail/modifier-detail.component.spec.ts +++ b/bookie/src/app/modifiers/modifier-detail/modifier-detail.component.spec.ts @@ -6,13 +6,11 @@ describe('ModifierDetailComponent', () => { let component: ModifierDetailComponent; let fixture: ComponentFixture; - beforeEach( - waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [ModifierDetailComponent], - }).compileComponents(); - }), - ); + beforeEach(waitForAsync(() => { + TestBed.configureTestingModule({ + declarations: [ModifierDetailComponent], + }).compileComponents(); + })); beforeEach(() => { fixture = TestBed.createComponent(ModifierDetailComponent); diff --git a/bookie/src/app/nav-bar/nav-bar.component.spec.ts b/bookie/src/app/nav-bar/nav-bar.component.spec.ts index 2adf2ce..dbf3c45 100644 --- a/bookie/src/app/nav-bar/nav-bar.component.spec.ts +++ b/bookie/src/app/nav-bar/nav-bar.component.spec.ts @@ -6,13 +6,11 @@ describe('NavBarComponent', () => { let component: NavBarComponent; let fixture: ComponentFixture; - beforeEach( - waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [NavBarComponent], - }).compileComponents(); - }), - ); + beforeEach(waitForAsync(() => { + TestBed.configureTestingModule({ + declarations: [NavBarComponent], + }).compileComponents(); + })); beforeEach(() => { fixture = TestBed.createComponent(NavBarComponent); diff --git a/bookie/src/app/printers/printer-detail/printer-detail.component.spec.ts b/bookie/src/app/printers/printer-detail/printer-detail.component.spec.ts index 5a0c450..b9f969e 100644 --- a/bookie/src/app/printers/printer-detail/printer-detail.component.spec.ts +++ b/bookie/src/app/printers/printer-detail/printer-detail.component.spec.ts @@ -6,13 +6,11 @@ describe('PrinterDetailComponent', () => { let component: PrinterDetailComponent; let fixture: ComponentFixture; - beforeEach( - waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [PrinterDetailComponent], - }).compileComponents(); - }), - ); + beforeEach(waitForAsync(() => { + TestBed.configureTestingModule({ + declarations: [PrinterDetailComponent], + }).compileComponents(); + })); beforeEach(() => { fixture = TestBed.createComponent(PrinterDetailComponent); diff --git a/bookie/src/app/product-sale-report/product-sale-report.component.spec.ts b/bookie/src/app/product-sale-report/product-sale-report.component.spec.ts index 01aae3c..c523ab3 100644 --- a/bookie/src/app/product-sale-report/product-sale-report.component.spec.ts +++ b/bookie/src/app/product-sale-report/product-sale-report.component.spec.ts @@ -6,13 +6,11 @@ describe('ProductSaleReportComponent', () => { let component: ProductSaleReportComponent; let fixture: ComponentFixture; - beforeEach( - waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [ProductSaleReportComponent], - }).compileComponents(); - }), - ); + beforeEach(waitForAsync(() => { + TestBed.configureTestingModule({ + declarations: [ProductSaleReportComponent], + }).compileComponents(); + })); beforeEach(() => { fixture = TestBed.createComponent(ProductSaleReportComponent); diff --git a/bookie/src/app/product-updates-report/product-updates-report.component.spec.ts b/bookie/src/app/product-updates-report/product-updates-report.component.spec.ts index 4638bc4..ac7589c 100644 --- a/bookie/src/app/product-updates-report/product-updates-report.component.spec.ts +++ b/bookie/src/app/product-updates-report/product-updates-report.component.spec.ts @@ -6,13 +6,11 @@ describe('ProductUpdatesReportComponent', () => { let component: ProductUpdatesReportComponent; let fixture: ComponentFixture; - beforeEach( - waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [ProductUpdatesReportComponent], - }).compileComponents(); - }), - ); + beforeEach(waitForAsync(() => { + TestBed.configureTestingModule({ + declarations: [ProductUpdatesReportComponent], + }).compileComponents(); + })); beforeEach(() => { fixture = TestBed.createComponent(ProductUpdatesReportComponent); diff --git a/bookie/src/app/product/product-detail/product-detail.component.spec.ts b/bookie/src/app/product/product-detail/product-detail.component.spec.ts index 26087a6..65abc9e 100644 --- a/bookie/src/app/product/product-detail/product-detail.component.spec.ts +++ b/bookie/src/app/product/product-detail/product-detail.component.spec.ts @@ -6,13 +6,11 @@ describe('ProductDetailComponent', () => { let component: ProductDetailComponent; let fixture: ComponentFixture; - beforeEach( - waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [ProductDetailComponent], - }).compileComponents(); - }), - ); + beforeEach(waitForAsync(() => { + TestBed.configureTestingModule({ + declarations: [ProductDetailComponent], + }).compileComponents(); + })); beforeEach(() => { fixture = TestBed.createComponent(ProductDetailComponent); diff --git a/bookie/src/app/roles/role-detail/role-detail.component.spec.ts b/bookie/src/app/roles/role-detail/role-detail.component.spec.ts index a324a3c..18b2146 100644 --- a/bookie/src/app/roles/role-detail/role-detail.component.spec.ts +++ b/bookie/src/app/roles/role-detail/role-detail.component.spec.ts @@ -6,13 +6,11 @@ describe('RoleDetailComponent', () => { let component: RoleDetailComponent; let fixture: ComponentFixture; - beforeEach( - waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [RoleDetailComponent], - }).compileComponents(); - }), - ); + beforeEach(waitForAsync(() => { + TestBed.configureTestingModule({ + declarations: [RoleDetailComponent], + }).compileComponents(); + })); beforeEach(() => { fixture = TestBed.createComponent(RoleDetailComponent); diff --git a/bookie/src/app/sale-category/sale-category-detail/sale-category-detail.component.spec.ts b/bookie/src/app/sale-category/sale-category-detail/sale-category-detail.component.spec.ts index 054c287..aec6ea5 100644 --- a/bookie/src/app/sale-category/sale-category-detail/sale-category-detail.component.spec.ts +++ b/bookie/src/app/sale-category/sale-category-detail/sale-category-detail.component.spec.ts @@ -6,13 +6,11 @@ describe('SaleCategoryDetailComponent', () => { let component: SaleCategoryDetailComponent; let fixture: ComponentFixture; - beforeEach( - waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [SaleCategoryDetailComponent], - }).compileComponents(); - }), - ); + beforeEach(waitForAsync(() => { + TestBed.configureTestingModule({ + declarations: [SaleCategoryDetailComponent], + }).compileComponents(); + })); beforeEach(() => { fixture = TestBed.createComponent(SaleCategoryDetailComponent); diff --git a/bookie/src/app/sale-report/sale-report.component.spec.ts b/bookie/src/app/sale-report/sale-report.component.spec.ts index 29c8bc2..070d5e1 100644 --- a/bookie/src/app/sale-report/sale-report.component.spec.ts +++ b/bookie/src/app/sale-report/sale-report.component.spec.ts @@ -6,13 +6,11 @@ describe('SaleReportComponent', () => { let component: SaleReportComponent; let fixture: ComponentFixture; - beforeEach( - waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [SaleReportComponent], - }).compileComponents(); - }), - ); + beforeEach(waitForAsync(() => { + TestBed.configureTestingModule({ + declarations: [SaleReportComponent], + }).compileComponents(); + })); beforeEach(() => { fixture = TestBed.createComponent(SaleReportComponent); diff --git a/bookie/src/app/sales/bill-number/bill-number.component.spec.ts b/bookie/src/app/sales/bill-number/bill-number.component.spec.ts index 9277e19..3fe926c 100644 --- a/bookie/src/app/sales/bill-number/bill-number.component.spec.ts +++ b/bookie/src/app/sales/bill-number/bill-number.component.spec.ts @@ -6,13 +6,11 @@ describe('QuantityComponent', () => { let component: BillNumberComponent; let fixture: ComponentFixture; - beforeEach( - waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [BillNumberComponent], - }).compileComponents(); - }), - ); + beforeEach(waitForAsync(() => { + TestBed.configureTestingModule({ + declarations: [BillNumberComponent], + }).compileComponents(); + })); beforeEach(() => { fixture = TestBed.createComponent(BillNumberComponent); diff --git a/bookie/src/app/sales/bill-type/bill-type.component.spec.ts b/bookie/src/app/sales/bill-type/bill-type.component.spec.ts index 04fcd71..8d4bcd0 100644 --- a/bookie/src/app/sales/bill-type/bill-type.component.spec.ts +++ b/bookie/src/app/sales/bill-type/bill-type.component.spec.ts @@ -6,13 +6,11 @@ describe('BillTypeComponent', () => { let component: BillTypeComponent; let fixture: ComponentFixture; - beforeEach( - waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [BillTypeComponent], - }).compileComponents(); - }), - ); + beforeEach(waitForAsync(() => { + TestBed.configureTestingModule({ + declarations: [BillTypeComponent], + }).compileComponents(); + })); beforeEach(() => { fixture = TestBed.createComponent(BillTypeComponent); diff --git a/bookie/src/app/sales/bills/bills.component.spec.ts b/bookie/src/app/sales/bills/bills.component.spec.ts index 81e79f6..bb46fbb 100644 --- a/bookie/src/app/sales/bills/bills.component.spec.ts +++ b/bookie/src/app/sales/bills/bills.component.spec.ts @@ -6,13 +6,11 @@ describe('BillsComponent', () => { let component: BillsComponent; let fixture: ComponentFixture; - beforeEach( - waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [BillsComponent], - }).compileComponents(); - }), - ); + beforeEach(waitForAsync(() => { + TestBed.configureTestingModule({ + declarations: [BillsComponent], + }).compileComponents(); + })); beforeEach(() => { fixture = TestBed.createComponent(BillsComponent); diff --git a/bookie/src/app/sales/choose-customer/choose-customer.component.spec.ts b/bookie/src/app/sales/choose-customer/choose-customer.component.spec.ts index 302e141..7422025 100644 --- a/bookie/src/app/sales/choose-customer/choose-customer.component.spec.ts +++ b/bookie/src/app/sales/choose-customer/choose-customer.component.spec.ts @@ -6,13 +6,11 @@ describe('ChooseCustomerComponent', () => { let component: ChooseCustomerComponent; let fixture: ComponentFixture; - beforeEach( - waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [ChooseCustomerComponent], - }).compileComponents(); - }), - ); + beforeEach(waitForAsync(() => { + TestBed.configureTestingModule({ + declarations: [ChooseCustomerComponent], + }).compileComponents(); + })); beforeEach(() => { fixture = TestBed.createComponent(ChooseCustomerComponent); diff --git a/bookie/src/app/sales/discount/discount.component.spec.ts b/bookie/src/app/sales/discount/discount.component.spec.ts index 15460a9..0ce91a2 100644 --- a/bookie/src/app/sales/discount/discount.component.spec.ts +++ b/bookie/src/app/sales/discount/discount.component.spec.ts @@ -6,13 +6,11 @@ describe('DiscountComponent', () => { let component: DiscountComponent; let fixture: ComponentFixture; - beforeEach( - waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [DiscountComponent], - }).compileComponents(); - }), - ); + beforeEach(waitForAsync(() => { + TestBed.configureTestingModule({ + declarations: [DiscountComponent], + }).compileComponents(); + })); beforeEach(() => { fixture = TestBed.createComponent(DiscountComponent); diff --git a/bookie/src/app/sales/home/sales-home.component.spec.ts b/bookie/src/app/sales/home/sales-home.component.spec.ts index 62f6419..8c3e4ba 100644 --- a/bookie/src/app/sales/home/sales-home.component.spec.ts +++ b/bookie/src/app/sales/home/sales-home.component.spec.ts @@ -6,13 +6,11 @@ describe('SalesHomeComponent', () => { let component: SalesHomeComponent; let fixture: ComponentFixture; - beforeEach( - waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [SalesHomeComponent], - }).compileComponents(); - }), - ); + beforeEach(waitForAsync(() => { + TestBed.configureTestingModule({ + declarations: [SalesHomeComponent], + }).compileComponents(); + })); beforeEach(() => { fixture = TestBed.createComponent(SalesHomeComponent); diff --git a/bookie/src/app/sales/menu-categories/menu-categories.component.spec.ts b/bookie/src/app/sales/menu-categories/menu-categories.component.spec.ts index 6434f7d..83ffff2 100644 --- a/bookie/src/app/sales/menu-categories/menu-categories.component.spec.ts +++ b/bookie/src/app/sales/menu-categories/menu-categories.component.spec.ts @@ -6,13 +6,11 @@ describe('MenuCategoriesComponent', () => { let component: MenuCategoriesComponent; let fixture: ComponentFixture; - beforeEach( - waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [MenuCategoriesComponent], - }).compileComponents(); - }), - ); + beforeEach(waitForAsync(() => { + TestBed.configureTestingModule({ + declarations: [MenuCategoriesComponent], + }).compileComponents(); + })); beforeEach(() => { fixture = TestBed.createComponent(MenuCategoriesComponent); diff --git a/bookie/src/app/sales/modifiers/modifiers.component.spec.ts b/bookie/src/app/sales/modifiers/modifiers.component.spec.ts index a757d1e..addbace 100644 --- a/bookie/src/app/sales/modifiers/modifiers.component.spec.ts +++ b/bookie/src/app/sales/modifiers/modifiers.component.spec.ts @@ -6,13 +6,11 @@ describe('ModifiersComponent', () => { let component: ModifiersComponent; let fixture: ComponentFixture; - beforeEach( - waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [ModifiersComponent], - }).compileComponents(); - }), - ); + beforeEach(waitForAsync(() => { + TestBed.configureTestingModule({ + declarations: [ModifiersComponent], + }).compileComponents(); + })); beforeEach(() => { fixture = TestBed.createComponent(ModifiersComponent); diff --git a/bookie/src/app/sales/pax/pax.component.spec.ts b/bookie/src/app/sales/pax/pax.component.spec.ts index bc89230..4084c23 100644 --- a/bookie/src/app/sales/pax/pax.component.spec.ts +++ b/bookie/src/app/sales/pax/pax.component.spec.ts @@ -6,13 +6,11 @@ describe('PaxComponent', () => { let component: PaxComponent; let fixture: ComponentFixture; - beforeEach( - waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [PaxComponent], - }).compileComponents(); - }), - ); + beforeEach(waitForAsync(() => { + TestBed.configureTestingModule({ + declarations: [PaxComponent], + }).compileComponents(); + })); beforeEach(() => { fixture = TestBed.createComponent(PaxComponent); diff --git a/bookie/src/app/sales/products/products.component.spec.ts b/bookie/src/app/sales/products/products.component.spec.ts index 0b841b9..22389ba 100644 --- a/bookie/src/app/sales/products/products.component.spec.ts +++ b/bookie/src/app/sales/products/products.component.spec.ts @@ -6,13 +6,11 @@ describe('ProductsComponent', () => { let component: ProductsComponent; let fixture: ComponentFixture; - beforeEach( - waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [ProductsComponent], - }).compileComponents(); - }), - ); + beforeEach(waitForAsync(() => { + TestBed.configureTestingModule({ + declarations: [ProductsComponent], + }).compileComponents(); + })); beforeEach(() => { fixture = TestBed.createComponent(ProductsComponent); diff --git a/bookie/src/app/sales/quantity/quantity.component.spec.ts b/bookie/src/app/sales/quantity/quantity.component.spec.ts index de8101e..fc5ecef 100644 --- a/bookie/src/app/sales/quantity/quantity.component.spec.ts +++ b/bookie/src/app/sales/quantity/quantity.component.spec.ts @@ -6,13 +6,11 @@ describe('QuantityComponent', () => { let component: QuantityComponent; let fixture: ComponentFixture; - beforeEach( - waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [QuantityComponent], - }).compileComponents(); - }), - ); + beforeEach(waitForAsync(() => { + TestBed.configureTestingModule({ + declarations: [QuantityComponent], + }).compileComponents(); + })); beforeEach(() => { fixture = TestBed.createComponent(QuantityComponent); diff --git a/bookie/src/app/sales/reason/reason.component.spec.ts b/bookie/src/app/sales/reason/reason.component.spec.ts index fcd97ff..56cf788 100644 --- a/bookie/src/app/sales/reason/reason.component.spec.ts +++ b/bookie/src/app/sales/reason/reason.component.spec.ts @@ -6,13 +6,11 @@ describe('VoidReasonComponent', () => { let component: ReasonComponent; let fixture: ComponentFixture; - beforeEach( - waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [ReasonComponent], - }).compileComponents(); - }), - ); + beforeEach(waitForAsync(() => { + TestBed.configureTestingModule({ + declarations: [ReasonComponent], + }).compileComponents(); + })); beforeEach(() => { fixture = TestBed.createComponent(ReasonComponent); diff --git a/bookie/src/app/sales/receive-payment/receive-payment.component.spec.ts b/bookie/src/app/sales/receive-payment/receive-payment.component.spec.ts index 1f2c4dc..a83e74b 100644 --- a/bookie/src/app/sales/receive-payment/receive-payment.component.spec.ts +++ b/bookie/src/app/sales/receive-payment/receive-payment.component.spec.ts @@ -6,13 +6,11 @@ describe('ReceivePaymentComponent', () => { let component: ReceivePaymentComponent; let fixture: ComponentFixture; - beforeEach( - waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [ReceivePaymentComponent], - }).compileComponents(); - }), - ); + beforeEach(waitForAsync(() => { + TestBed.configureTestingModule({ + declarations: [ReceivePaymentComponent], + }).compileComponents(); + })); beforeEach(() => { fixture = TestBed.createComponent(ReceivePaymentComponent); diff --git a/bookie/src/app/sales/running-tables/running-tables.component.spec.ts b/bookie/src/app/sales/running-tables/running-tables.component.spec.ts index 14ced34..cb55249 100644 --- a/bookie/src/app/sales/running-tables/running-tables.component.spec.ts +++ b/bookie/src/app/sales/running-tables/running-tables.component.spec.ts @@ -6,13 +6,11 @@ describe('RunningTablesComponent', () => { let component: RunningTablesComponent; let fixture: ComponentFixture; - beforeEach( - waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [RunningTablesComponent], - }).compileComponents(); - }), - ); + beforeEach(waitForAsync(() => { + TestBed.configureTestingModule({ + declarations: [RunningTablesComponent], + }).compileComponents(); + })); beforeEach(() => { fixture = TestBed.createComponent(RunningTablesComponent); diff --git a/bookie/src/app/sales/split-bill/split-bill.component.spec.ts b/bookie/src/app/sales/split-bill/split-bill.component.spec.ts index c64a3e4..9ce2b15 100644 --- a/bookie/src/app/sales/split-bill/split-bill.component.spec.ts +++ b/bookie/src/app/sales/split-bill/split-bill.component.spec.ts @@ -6,13 +6,11 @@ describe('SplitBillComponent', () => { let component: SplitBillComponent; let fixture: ComponentFixture; - beforeEach( - waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [SplitBillComponent], - }).compileComponents(); - }), - ); + beforeEach(waitForAsync(() => { + TestBed.configureTestingModule({ + declarations: [SplitBillComponent], + }).compileComponents(); + })); beforeEach(() => { fixture = TestBed.createComponent(SplitBillComponent); diff --git a/bookie/src/app/sales/tables-dialog/tables-dialog.component.spec.ts b/bookie/src/app/sales/tables-dialog/tables-dialog.component.spec.ts index 89f70da..4d74836 100644 --- a/bookie/src/app/sales/tables-dialog/tables-dialog.component.spec.ts +++ b/bookie/src/app/sales/tables-dialog/tables-dialog.component.spec.ts @@ -6,13 +6,11 @@ describe('TablesDialogComponent', () => { let component: TablesDialogComponent; let fixture: ComponentFixture; - beforeEach( - waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [TablesDialogComponent], - }).compileComponents(); - }), - ); + beforeEach(waitForAsync(() => { + TestBed.configureTestingModule({ + declarations: [TablesDialogComponent], + }).compileComponents(); + })); beforeEach(() => { fixture = TestBed.createComponent(TablesDialogComponent); diff --git a/bookie/src/app/section-printers/section-printer.component.spec.ts b/bookie/src/app/section-printers/section-printer.component.spec.ts index d61561a..64cb46f 100644 --- a/bookie/src/app/section-printers/section-printer.component.spec.ts +++ b/bookie/src/app/section-printers/section-printer.component.spec.ts @@ -6,13 +6,11 @@ describe('SectionPrinterComponent', () => { let component: SectionPrinterComponent; let fixture: ComponentFixture; - beforeEach( - waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [SectionPrinterComponent], - }).compileComponents(); - }), - ); + beforeEach(waitForAsync(() => { + TestBed.configureTestingModule({ + declarations: [SectionPrinterComponent], + }).compileComponents(); + })); beforeEach(() => { fixture = TestBed.createComponent(SectionPrinterComponent); diff --git a/bookie/src/app/sections/section-detail/section-detail.component.spec.ts b/bookie/src/app/sections/section-detail/section-detail.component.spec.ts index 64adbb6..f8bb0f7 100644 --- a/bookie/src/app/sections/section-detail/section-detail.component.spec.ts +++ b/bookie/src/app/sections/section-detail/section-detail.component.spec.ts @@ -6,13 +6,11 @@ describe('SectionDetailComponent', () => { let component: SectionDetailComponent; let fixture: ComponentFixture; - beforeEach( - waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [SectionDetailComponent], - }).compileComponents(); - }), - ); + beforeEach(waitForAsync(() => { + TestBed.configureTestingModule({ + declarations: [SectionDetailComponent], + }).compileComponents(); + })); beforeEach(() => { fixture = TestBed.createComponent(SectionDetailComponent); diff --git a/bookie/src/app/settle-option/settle-option-detail/settle-option-detail.component.spec.ts b/bookie/src/app/settle-option/settle-option-detail/settle-option-detail.component.spec.ts index b1bbe90..e18de8a 100644 --- a/bookie/src/app/settle-option/settle-option-detail/settle-option-detail.component.spec.ts +++ b/bookie/src/app/settle-option/settle-option-detail/settle-option-detail.component.spec.ts @@ -6,13 +6,11 @@ describe('SettleOptionDetailComponent', () => { let component: SettleOptionDetailComponent; let fixture: ComponentFixture; - beforeEach( - waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [SettleOptionDetailComponent], - }).compileComponents(); - }), - ); + beforeEach(waitForAsync(() => { + TestBed.configureTestingModule({ + declarations: [SettleOptionDetailComponent], + }).compileComponents(); + })); beforeEach(() => { fixture = TestBed.createComponent(SettleOptionDetailComponent); diff --git a/bookie/src/app/tables/table-detail/table-detail.component.spec.ts b/bookie/src/app/tables/table-detail/table-detail.component.spec.ts index 4282e4c..148a4c3 100644 --- a/bookie/src/app/tables/table-detail/table-detail.component.spec.ts +++ b/bookie/src/app/tables/table-detail/table-detail.component.spec.ts @@ -6,13 +6,11 @@ describe('TableDetailComponent', () => { let component: TableDetailComponent; let fixture: ComponentFixture; - beforeEach( - waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [TableDetailComponent], - }).compileComponents(); - }), - ); + beforeEach(waitForAsync(() => { + TestBed.configureTestingModule({ + declarations: [TableDetailComponent], + }).compileComponents(); + })); beforeEach(() => { fixture = TestBed.createComponent(TableDetailComponent); diff --git a/bookie/src/app/tax-report/tax-report.component.spec.ts b/bookie/src/app/tax-report/tax-report.component.spec.ts index adbbb75..af87973 100644 --- a/bookie/src/app/tax-report/tax-report.component.spec.ts +++ b/bookie/src/app/tax-report/tax-report.component.spec.ts @@ -6,13 +6,11 @@ describe('TaxReportComponent', () => { let component: TaxReportComponent; let fixture: ComponentFixture; - beforeEach( - waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [TaxReportComponent], - }).compileComponents(); - }), - ); + beforeEach(waitForAsync(() => { + TestBed.configureTestingModule({ + declarations: [TaxReportComponent], + }).compileComponents(); + })); beforeEach(() => { fixture = TestBed.createComponent(TaxReportComponent); diff --git a/bookie/src/app/taxes/tax-detail/tax-detail.component.spec.ts b/bookie/src/app/taxes/tax-detail/tax-detail.component.spec.ts index 973f489..f455fac 100644 --- a/bookie/src/app/taxes/tax-detail/tax-detail.component.spec.ts +++ b/bookie/src/app/taxes/tax-detail/tax-detail.component.spec.ts @@ -6,13 +6,11 @@ describe('TaxDetailComponent', () => { let component: TaxDetailComponent; let fixture: ComponentFixture; - beforeEach( - waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [TaxDetailComponent], - }).compileComponents(); - }), - ); + beforeEach(waitForAsync(() => { + TestBed.configureTestingModule({ + declarations: [TaxDetailComponent], + }).compileComponents(); + })); beforeEach(() => { fixture = TestBed.createComponent(TaxDetailComponent); diff --git a/bookie/src/app/temporal-product/temporal-product-detail/temporal-product-detail.component.spec.ts b/bookie/src/app/temporal-product/temporal-product-detail/temporal-product-detail.component.spec.ts index b8df4e5..01dee74 100644 --- a/bookie/src/app/temporal-product/temporal-product-detail/temporal-product-detail.component.spec.ts +++ b/bookie/src/app/temporal-product/temporal-product-detail/temporal-product-detail.component.spec.ts @@ -6,13 +6,11 @@ describe('TemporalProductDetailComponent', () => { let component: TemporalProductDetailComponent; let fixture: ComponentFixture; - beforeEach( - waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [TemporalProductDetailComponent], - }).compileComponents(); - }), - ); + beforeEach(waitForAsync(() => { + TestBed.configureTestingModule({ + declarations: [TemporalProductDetailComponent], + }).compileComponents(); + })); beforeEach(() => { fixture = TestBed.createComponent(TemporalProductDetailComponent); diff --git a/bookie/src/app/update-product-prices/update-product-prices.component.spec.ts b/bookie/src/app/update-product-prices/update-product-prices.component.spec.ts index c081481..5d6051c 100644 --- a/bookie/src/app/update-product-prices/update-product-prices.component.spec.ts +++ b/bookie/src/app/update-product-prices/update-product-prices.component.spec.ts @@ -6,13 +6,11 @@ describe('UpdateProductPricesComponent', () => { let component: UpdateProductPricesComponent; let fixture: ComponentFixture; - beforeEach( - waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [UpdateProductPricesComponent], - }).compileComponents(); - }), - ); + beforeEach(waitForAsync(() => { + TestBed.configureTestingModule({ + declarations: [UpdateProductPricesComponent], + }).compileComponents(); + })); beforeEach(() => { fixture = TestBed.createComponent(UpdateProductPricesComponent); diff --git a/bookie/src/app/users/user-detail/user-detail.component.spec.ts b/bookie/src/app/users/user-detail/user-detail.component.spec.ts index 8bb5bc3..a85cd5f 100644 --- a/bookie/src/app/users/user-detail/user-detail.component.spec.ts +++ b/bookie/src/app/users/user-detail/user-detail.component.spec.ts @@ -6,13 +6,11 @@ describe('UserDetailComponent', () => { let component: UserDetailComponent; let fixture: ComponentFixture; - beforeEach( - waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [UserDetailComponent], - }).compileComponents(); - }), - ); + beforeEach(waitForAsync(() => { + TestBed.configureTestingModule({ + declarations: [UserDetailComponent], + }).compileComponents(); + })); beforeEach(() => { fixture = TestBed.createComponent(UserDetailComponent);