UNPKG

coreui-angular-ex

Version:

CoreUI Components Library for Angular

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