UNPKG

coreui-angular-ex

Version:

CoreUI Components Library for Angular

9 lines (7 loc) 237 B
import { CardImgDirective } from './card-img.directive'; describe('CardImgDirective', () => { it('should create an instance', () => { const directive = new CardImgDirective(); expect(directive).toBeTruthy(); }); });