import { ColumnResizeDirective } from './column-resize.directive'; describe('ColumnResizeDirective', () => { it('should create an instance', () => { const directive = new ColumnResizeDirective(); expect(directive).toBeTruthy(); }); });