UNPKG

@shko.online/componentframework-mock

Version:

Mocking library to help with testing PowerApps Component Framework Components

12 lines (11 loc) 276 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "PopupServiceMock", { enumerable: true, get: function () { return _PopupService.PopupServiceMock; } }); var _PopupService = require("./PopupService.mock");