UNPKG

@shko.online/componentframework-mock

Version:

Mocking library to help with testing PowerApps Component Framework Components

13 lines (12 loc) 317 B
/* Copyright (c) 2022 Betim Beja and Shko Online LLC Licensed under the MIT license. */ import { NumberMetadataMock } from './NumberMetadata.mock'; export class DecimalNumberMetadataMock extends NumberMetadataMock { constructor() { super(); this.Precision = void 0; this.Precision = 0; } }