funky-framadate-front/src/app/ui/directives/resettable-input.directive....

9 lines
261 B
TypeScript
Raw Normal View History

2020-01-16 12:00:39 +01:00
import { ResettableInputDirective } from './resettable-input.directive';
describe('ResettableInputDirective', () => {
it('should create an instance', () => {
const directive = new ResettableInputDirective();
expect(directive).toBeTruthy();
});
});