source: bus-n-go-pavel-216049/bus-n-go-frontend/src/app/services/station/station.service.spec.ts@ dedbf60

Last change on this file since dedbf60 was baf4cc4, checked in by ppaunovski <paunovskipavel@…>, 4 weeks ago

split group project and individual project into two separate folders

  • Property mode set to 100644
File size: 362 bytes
RevLine 
[baf4cc4]1import { TestBed } from '@angular/core/testing';
2
3import { StationService } from './station.service';
4
5describe('StationService', () => {
6 let service: StationService;
7
8 beforeEach(() => {
9 TestBed.configureTestingModule({});
10 service = TestBed.inject(StationService);
11 });
12
13 it('should be created', () => {
14 expect(service).toBeTruthy();
15 });
16});
Note: See TracBrowser for help on using the repository browser.