How to use the @uipath/angular/testing.EventGenerator.drop function in @uipath/angular

To help you get started, we’ve selected a few @uipath/angular examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github UiPath / angular-components / projects / angular / directives / ui-drag-and-drop-file / src / ui-drag-and-drop-file.directive.spec.ts View on Github external
beforeEach(() => {
                dropEvent = EventGenerator.drop();
                container = fixture.debugElement.query(By.css('div')).nativeElement as HTMLDivElement;
            });