UNPKG

@shko.online/componentframework-mock

Version:

Mocking library to help with testing PowerApps Component Framework Components

15 lines (14 loc) 376 B
/* Copyright (c) 2022 Betim Beja and Shko Online LLC Licensed under the MIT license. */ import { NumberMetadataMock } from './NumberMetadata.mock'; export class WholeNumberMetadataMock extends NumberMetadataMock { constructor() { super(); this.Format = void 0; this.LanguageByCode = void 0; this.TimeZoneByCode = void 0; this.Format = '#'; } }