mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
[DURACOM-191] fix configuration-search-page tests
This commit is contained in:
@@ -17,6 +17,10 @@ const QUERY = 'test query';
|
||||
#configurationSearchPage>
|
||||
</ds-configuration-search-page>
|
||||
`,
|
||||
imports: [
|
||||
ConfigurationSearchPageComponent
|
||||
],
|
||||
standalone: true
|
||||
})
|
||||
class HostComponent {
|
||||
@ViewChild('configurationSearchPage') configurationSearchPage: ConfigurationSearchPageComponent;
|
||||
|
Reference in New Issue
Block a user