How to use the @uipath/angular/testing.EventGenerator.change 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(() => {
                changeEvent = EventGenerator.change();
                targetElement = changeEvent.target as any as {
                    files: FakeFileList,
                };
            });