mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-06 13:08:23 +00:00
11 lines
267 B
JavaScript
11 lines
267 B
JavaScript
/// <reference types="mocha" />
|
|
"use strict";
|
|
var chai_1 = require("chai");
|
|
describe('AngularFileUploadWebPart', function () {
|
|
it('should do something', function () {
|
|
chai_1.assert.ok(true);
|
|
});
|
|
});
|
|
|
|
//# sourceMappingURL=AngularFileUpload.test.js.map
|