UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

22 lines 335 B
jest.mock("@microsoft/sp-http", () => { return { SPHttpClient: { configurations: { v1: 1 } }, HttpClient: { configurations: { v1: 1 } } } }); jest.mock("@microsoft/decorators", () => { return { __decorate: (control) => { return control; } } }) DEBUG = true;