UNPKG

@shko.online/componentframework-mock

Version:

Mocking library to help with testing PowerApps Component Framework Components

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