Sengi-Windows-MacOS-Linux/src/app/services/media.service.spec.ts

13 lines
329 B
TypeScript
Raw Normal View History

2019-03-08 05:24:23 +01:00
import { TestBed } from '@angular/core/testing';
import { MediaService } from './media.service';
2019-03-08 05:24:44 +01:00
xdescribe('MediaService', () => {
2019-03-08 05:24:23 +01:00
beforeEach(() => TestBed.configureTestingModule({}));
it('should be created', () => {
const service: MediaService = TestBed.get(MediaService);
expect(service).toBeTruthy();
});
});