aboutsummaryrefslogtreecommitdiff
path: root/sandbox/TestIvanLjubisavljevic/frontend/src/app/services/library.service.spec.ts
blob: c64a4343951feb25d80599a321fc3f2d2786942a (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 { LibraryServiceService } from './library.service';

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

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

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