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

13 lines
328 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';
describe('MediaService', () => {
beforeEach(() => TestBed.configureTestingModule({}));
it('should be created', () => {
const service: MediaService = TestBed.get(MediaService);
expect(service).toBeTruthy();
});
});