@zsoltszabo/reg-pontok-terkep
Version:
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 6.1.1.
16 lines (12 loc) • 422 B
text/typescript
import { TestBed, inject } from '@angular/core/testing';
import { RegPontService } from './reg-pont.service';
describe('RegPontService', () => {
beforeEach(() => {
TestBed.configureTestingModule({
providers: [RegPontService]
});
});
it('should be created', inject([RegPontService], (service: RegPontService) => {
expect(service).toBeTruthy();
}));
});