UNPKG

@shko.online/componentframework-mock

Version:

Mocking library to help with testing PowerApps Component Framework Components

13 lines (12 loc) 431 B
/// <reference types="powerapps-component-framework" /> import { SinonStub } from 'sinon'; import { PopupServiceMock } from './FactoryApi'; export declare class FactoryMock implements ComponentFramework.Factory { _popupService: PopupServiceMock; getPopupService: SinonStub<[ ], PopupServiceMock>; requestRender: SinonStub<[ ], void>; constructor(); } //# sourceMappingURL=Factory.mocks.d.ts.map