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