UNPKG

@shko.online/componentframework-mock

Version:

Mocking library to help with testing PowerApps Component Framework Components

10 lines 413 B
/// <reference types="powerapps-component-framework" /> import type { 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