[ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.2-11066801004 JS:8.0.0-alpha.2-11066801004 (#4136)

Co-authored-by: jacekpluta <jacekpluta@users.noreply.github.com>
This commit is contained in:
Alfresco Build
2024-09-27 15:07:38 +05:30
committed by GitHub
parent a93722bea6
commit 8b0cd8a958
3 changed files with 42 additions and 36 deletions

View File

@@ -85,6 +85,12 @@ describe('SearchAiResultsComponent', () => {
}
}
},
{
provide: UnsavedChangesGuard,
useValue: {
unsaved: false
}
},
provideMockStore()
]
});