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

9 lines
255 B
TypeScript
Raw Normal View History

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