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