mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-07 19:08:32 -05:00
added paperless ui
This commit is contained in:
16
src-ui/src/app/services/open-documents.service.spec.ts
Normal file
16
src-ui/src/app/services/open-documents.service.spec.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import { TestBed } from '@angular/core/testing';
|
||||
|
||||
import { OpenDocumentsService } from './open-documents.service';
|
||||
|
||||
describe('OpenDocumentsService', () => {
|
||||
let service: OpenDocumentsService;
|
||||
|
||||
beforeEach(() => {
|
||||
TestBed.configureTestingModule({});
|
||||
service = TestBed.inject(OpenDocumentsService);
|
||||
});
|
||||
|
||||
it('should be created', () => {
|
||||
expect(service).toBeTruthy();
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user