UNPKG

@shko.online/componentframework-mock

Version:

Mocking library to help with testing PowerApps Component Framework Components

12 lines 285 B
/* Copyright (c) 2022 Betim Beja and Shko Online LLC Licensed under the MIT license. */ import { MetadataMock } from './Metadata.mock'; export class LookupMetadataMock extends MetadataMock { constructor() { super(); this.Targets = void 0; this.Targets = []; } }