mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
9 lines
261 B
TypeScript
9 lines
261 B
TypeScript
|
import { ResettableInputDirective } from './resettable-input.directive';
|
||
|
|
||
|
describe('ResettableInputDirective', () => {
|
||
|
it('should create an instance', () => {
|
||
|
const directive = new ResettableInputDirective();
|
||
|
expect(directive).toBeTruthy();
|
||
|
});
|
||
|
});
|