website init
This commit is contained in:
12
WEB/src/app/data/download.service.spec.ts
Normal file
12
WEB/src/app/data/download.service.spec.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
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();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user