UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

10 lines 331 B
"use strict"; /// <reference types="mocha" /> Object.defineProperty(exports, "__esModule", { value: true }); const chai_1 = require("chai"); describe('PropertyControlsTestWebPart', () => { it('should do something', () => { chai_1.assert.ok(true); }); }); //# sourceMappingURL=PropertyControlsTestWebPart.test.js.map