mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-30 18:27:45 -05:00
Fix frontend tests icon imports
This commit is contained in:
@@ -19,6 +19,7 @@ import { PasswordComponent } from '../input/password/password.component'
|
||||
import { of, throwError } from 'rxjs'
|
||||
import { ToastService } from 'src/app/services/toast.service'
|
||||
import { Clipboard } from '@angular/cdk/clipboard'
|
||||
import { NgxBootstrapIconsModule, allIcons } from 'ngx-bootstrap-icons'
|
||||
|
||||
const profile = {
|
||||
email: 'foo@bar.com',
|
||||
@@ -49,6 +50,7 @@ describe('ProfileEditDialogComponent', () => {
|
||||
FormsModule,
|
||||
NgbModalModule,
|
||||
NgbAccordionModule,
|
||||
NgxBootstrapIconsModule.pick(allIcons),
|
||||
],
|
||||
})
|
||||
profileService = TestBed.inject(ProfileService)
|
||||
|
Reference in New Issue
Block a user