import { AllowOnlyNumbersDirective } from './allow-only-numbers.directive'; describe('AllowOnlyNumbersDirective', () => { it('should create an instance', () => { const directive = new AllowOnlyNumbersDirective(); expect(directive).toBeTruthy(); }); });