UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

14 lines (11 loc) 280 B
const Enzyme = require('enzyme'); const Adapter = require('@wojtekmaj/enzyme-adapter-react-17'); Enzyme.configure({ adapter: new Adapter() }); jest.mock("@microsoft/decorators", () => { return { __decorate: (control) => { return control; } } }); DEBUG = true;