mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 07:45:32 +01:00
Fix: resolve some silly frontend test things
This commit is contained in:
parent
073c42984a
commit
e78d758656
3 changed files with 2 additions and 3 deletions
|
|
@ -85,6 +85,7 @@ import { PdfViewerModule } from 'ng2-pdf-viewer'
|
|||
import { DataType } from 'src/app/data/datatype'
|
||||
import { provideHttpClient, withInterceptorsFromDi } from '@angular/common/http'
|
||||
import { TagService } from 'src/app/services/rest/tag.service'
|
||||
import { TextAreaComponent } from '../common/input/textarea/textarea.component'
|
||||
|
||||
const doc: Document = {
|
||||
id: 3,
|
||||
|
|
@ -183,6 +184,7 @@ describe('DocumentDetailComponent', () => {
|
|||
SplitConfirmDialogComponent,
|
||||
RotateConfirmDialogComponent,
|
||||
DeletePagesConfirmDialogComponent,
|
||||
TextAreaComponent,
|
||||
],
|
||||
imports: [
|
||||
RouterModule.forRoot(routes),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue