mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Fix: missing import in frontend tests
This commit is contained in:
		| @@ -72,6 +72,7 @@ import { IsNumberPipe } from 'src/app/pipes/is-number.pipe' | ||||
| import { NgxBootstrapIconsModule, allIcons } from 'ngx-bootstrap-icons' | ||||
| import { PermissionsService } from 'src/app/services/permissions.service' | ||||
| import { NgSelectModule } from '@ng-select/ng-select' | ||||
| import { PreviewPopupComponent } from '../common/preview-popup/preview-popup.component' | ||||
|  | ||||
| const docs: Document[] = [ | ||||
|   { | ||||
| @@ -137,6 +138,7 @@ describe('DocumentListComponent', () => { | ||||
|         UsernamePipe, | ||||
|         SafeHtmlPipe, | ||||
|         IsNumberPipe, | ||||
|         PreviewPopupComponent, | ||||
|       ], | ||||
|       imports: [ | ||||
|         RouterTestingModule.withRoutes(routes), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 shamoon
					shamoon