UNPKG

xrm-mock

Version:

A fake implementation of the Xrm object model. Used for testing Dynamics 365 client-side scripts.

8 lines (7 loc) 227 B
/// <reference types="xrm" /> import { XrmStaticMock } from "./xrmstatic.mock"; export declare class WindowMock { Xrm: XrmStaticMock; constructor(xrm: XrmStaticMock); GetGlobalContext(): Xrm.GlobalContext; }