mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
Delete upload-documents.service.spec.ts
This commit is contained in:
parent
8e8eaf6b6b
commit
2fb96c0325
@ -1,16 +0,0 @@
|
|||||||
import { TestBed } from '@angular/core/testing';
|
|
||||||
|
|
||||||
import { UploadDocumentsService } from './upload-documents.service';
|
|
||||||
|
|
||||||
describe('UploadDocumentsService', () => {
|
|
||||||
let service: UploadDocumentsService;
|
|
||||||
|
|
||||||
beforeEach(() => {
|
|
||||||
TestBed.configureTestingModule({});
|
|
||||||
service = TestBed.inject(UploadDocumentsService);
|
|
||||||
});
|
|
||||||
|
|
||||||
it('should be created', () => {
|
|
||||||
expect(service).toBeTruthy();
|
|
||||||
});
|
|
||||||
});
|
|
Loading…
x
Reference in New Issue
Block a user