aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/src/app/serve1.service.spec.ts
blob: 8c248f4403fa2e73f387584566b64edd03d6f429 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import { TestBed } from '@angular/core/testing';

import { Serve1Service } from './serve1.service';

describe('Serve1Service', () => {
  let service: Serve1Service;

  beforeEach(() => {
    TestBed.configureTestingModule({});
    service = TestBed.inject(Serve1Service);
  });

  it('should be created', () => {
    expect(service).toBeTruthy();
  });
});