UNPKG

coreui-angular-ex-dev

Version:

CoreUI Components Library for Angular

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