UNPKG

@shko.online/componentframework-mock

Version:

Mocking library to help with testing PowerApps Component Framework Components

22 lines (20 loc) 522 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OptionSetMetadataMock = void 0; var _Metadata = require("./Metadata.mock"); /* Copyright (c) 2022 Betim Beja and Shko Online LLC Licensed under the MIT license. */ class OptionSetMetadataMock extends _Metadata.MetadataMock { constructor() { super(); this.Options = void 0; this.DefaultValue = void 0; this.Options = []; this.DefaultValue = 0; } } exports.OptionSetMetadataMock = OptionSetMetadataMock;