mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
[DURACOM-191] unit test fix
This commit is contained in:
@@ -5,7 +5,8 @@ import { By } from '@angular/platform-browser';
|
||||
|
||||
@Component({
|
||||
template: `<div dsHoverClass="ds-hover"></div>`,
|
||||
standalone: true
|
||||
standalone: true,
|
||||
imports: [HoverClassDirective]
|
||||
})
|
||||
class TestComponent {
|
||||
}
|
||||
|
Reference in New Issue
Block a user