aboutsummaryrefslogtreecommitdiff
path: root/sandbox/test-projekat-danijel/frontend/src/app/values.service.spec.ts
blob: 51457f406d40d0875a1970472881e727ff33d5df (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 { ValuesService } from './values.service';

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

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

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