mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 08:15:27 +01:00
Fix frontend tests icon imports
This commit is contained in:
parent
e5f48739a0
commit
5781a0d51f
42 changed files with 137 additions and 20 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue