mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-10-20 03:06:10 -05:00
Enhancement: angular 19 (#8584)
This commit is contained in:
@@ -92,9 +92,8 @@ describe('DocumentListViewService', () => {
|
||||
|
||||
beforeEach(() => {
|
||||
TestBed.configureTestingModule({
|
||||
declarations: [ConfirmDialogComponent],
|
||||
teardown: { destroyAfterEach: true },
|
||||
imports: [RouterTestingModule.withRoutes(routes)],
|
||||
imports: [RouterTestingModule.withRoutes(routes), ConfirmDialogComponent],
|
||||
providers: [
|
||||
DocumentListViewService,
|
||||
PermissionsGuard,
|
||||
|
Reference in New Issue
Block a user