UNPKG

ngx-eagle

Version:

UI component infrastructure and Design components for mobile and desktop Angular web applications.

10 lines (7 loc) 222 B
import { ColDirective } from "./col.directive"; describe('ColDirective', () => { it('should create an instance', () => { const directive = new ColDirective(); expect(directive).toBeTruthy(); }); });