sp-dev-fx-webparts/samples/react-officegraph/lib/webparts/workingWith/tests/WorkingWith.test.js

11 lines
255 B
JavaScript

/// <reference types="mocha" />
"use strict";
var chai_1 = require("chai");
describe('WorkingWithWebPart', function () {
it('should do something', function () {
chai_1.assert.ok(true);
});
});
//# sourceMappingURL=WorkingWith.test.js.map