Files
wgenerator/WEB/src/app/data/download.service.spec.ts
Benjamin Ifland 14a033a56c website init
2019-03-23 14:13:18 +01:00

13 lines
343 B
TypeScript

import { TestBed } from '@angular/core/testing';
import { DownloadService } from './download.service';
describe('DownloadService', () => {
beforeEach(() => TestBed.configureTestingModule({}));
it('should be created', () => {
const service: DownloadService = TestBed.get(DownloadService);
expect(service).toBeTruthy();
});
});