Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

17 rindas
362B

  1. import { TestBed } from '@angular/core/testing';
  2. import { SpotifyService } from './spotify.service';
  3. describe('SpotifyService', () => {
  4. let service: SpotifyService;
  5. beforeEach(() => {
  6. TestBed.configureTestingModule({});
  7. service = TestBed.inject(SpotifyService);
  8. });
  9. it('should be created', () => {
  10. expect(service).toBeTruthy();
  11. });
  12. });