David Hartman 31437b9492 Web api dev (#163)
* initial commit

* removed old files

* initial commit
2017-04-02 11:11:35 +03:00

10 lines
169 B
TypeScript

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