punto-venta.service.spec.ts
354 Bytes
import { TestBed } from '@angular/core/testing';
import { PuntoVentaService } from './punto-venta.service';
describe('PuntoVentaService', () => {
beforeEach(() => TestBed.configureTestingModule({}));
it('should be created', () => {
const service: PuntoVentaService = TestBed.get(PuntoVentaService);
expect(service).toBeTruthy();
});
});