sp-dev-fx-webparts/samples/angular-aad-webapi/src/webparts/aadWebApi/tests/AadWebApi.test.ts

10 lines
169 B
TypeScript

/// <reference types="mocha" />
import { assert } from 'chai';
describe('AadWebApiWebPart', () => {
it('should do something', () => {
assert.ok(true);
});
});