import { TestBed } from '@angular/core/testing'; import { QuantityDiscountService } from './quantity-discount.service'; describe('QuantityDiscountService', () => { beforeEach(() => TestBed.configureTestingModule({})); it('should be created', () => { const service: QuantityDiscountService = TestBed.get(QuantityDiscountService); expect(service).toBeTruthy(); }); });