blob: 6ec3d73feb10994689482d44ad4de022fbdf5656 [file] [log] [blame]
import { TriggerFormDirective } from '../../../../app/view/apps/triggerform.directive';
describe('TriggerFormDirective', () => {
it('should create an instance', () => {
const directive = new TriggerFormDirective();
expect(directive).toBeTruthy();
});
});