[DURACOM-191] unit test fix

This commit is contained in:
Vlad Nouski
2023-12-04 09:10:41 +01:00
parent d4d0fe0cbe
commit 79389009dc
19 changed files with 94 additions and 74 deletions

View File

@@ -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 {
}