UNPKG

coreui-angular-ex

Version:

CoreUI Components Library for Angular

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