mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-10-20 03:06:10 -05:00
@@ -1,16 +1,16 @@
|
||||
import { TestBed } from '@angular/core/testing';
|
||||
import { TestBed } from '@angular/core/testing'
|
||||
|
||||
import { DocumentListViewService } from './document-list-view.service';
|
||||
import { DocumentListViewService } from './document-list-view.service'
|
||||
|
||||
describe('DocumentListViewService', () => {
|
||||
let service: DocumentListViewService;
|
||||
let service: DocumentListViewService
|
||||
|
||||
beforeEach(() => {
|
||||
TestBed.configureTestingModule({});
|
||||
service = TestBed.inject(DocumentListViewService);
|
||||
});
|
||||
TestBed.configureTestingModule({})
|
||||
service = TestBed.inject(DocumentListViewService)
|
||||
})
|
||||
|
||||
it('should be created', () => {
|
||||
expect(service).toBeTruthy();
|
||||
});
|
||||
});
|
||||
expect(service).toBeTruthy()
|
||||
})
|
||||
})
|
||||
|
Reference in New Issue
Block a user