UNPKG

iot-au-input

Version:

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.0.1.

9 lines (7 loc) 233 B
import { InputRefDirective } from './input-ref.directive'; describe('InputRefDirective', () => { it('should create an instance', () => { const directive = new InputRefDirective(); expect(directive).toBeTruthy(); }); });