/* tslint:disable:no-unused-variable */ import { TestBed, async } from '@angular/core/testing'; import { UnderlineHoverDirective } from './underline-hover.directive'; describe('UnderlineHoverDirective', () => { it('should create an instance', () => { const directive = new UnderlineHoverDirective(); expect(directive).toBeTruthy(); }); });