ARAI/arai-frontend/src/app/koszta.service.spec.ts

17 lines
357 B
TypeScript
Raw Normal View History

2024-03-09 21:58:31 +01:00
import { TestBed } from '@angular/core/testing';
import { KosztaService } from './koszta.service';
describe('KosztaService', () => {
let service: KosztaService;
beforeEach(() => {
TestBed.configureTestingModule({});
service = TestBed.inject(KosztaService);
});
it('should be created', () => {
expect(service).toBeTruthy();
});
});