sp-dev-fx-webparts/samples/jquery-photopile/lib/webparts/photopileWebPart/tests/PhotopileWebPart.test.js

11 lines
265 B
JavaScript

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