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