mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-03-03 18:29:17 +00:00
10 lines
169 B
TypeScript
10 lines
169 B
TypeScript
/// <reference types="mocha" />
|
|
|
|
import { assert } from 'chai';
|
|
|
|
describe('AadWebApiWebPart', () => {
|
|
it('should do something', () => {
|
|
assert.ok(true);
|
|
});
|
|
});
|