paperless-ngx/src-ui/src/app/services/rest/document.service.spec.ts
2022-03-11 11:58:19 -08:00

17 lines
358 B
TypeScript

import { TestBed } from '@angular/core/testing'
import { DocumentService } from './document.service'
describe('DocumentService', () => {
let service: DocumentService
beforeEach(() => {
TestBed.configureTestingModule({})
service = TestBed.inject(DocumentService)
})
it('should be created', () => {
expect(service).toBeTruthy()
})
})