UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

9 lines (8 loc) 289 B
/// <reference types="jasmine" /> export declare class MsftSmeMock { static strings: any; static selfSpy: jasmine.Spy; static getStringsSpy: jasmine.Spy; static mockStrings(strings: any): void; static mockSelf(overrides?: (MsftSme.MsftSmeWindowContext | any)): void; }