Files
docx-js/ts/tests/_testTemplate.ts
2017-03-10 16:09:21 +01:00

18 lines
292 B
TypeScript

/* tslint:disable */
import { assert } from "chai";
import { Utility } from "./utility";
/* tslint:enable */
describe("", () => {
beforeEach(() => {
// TODO
});
describe("#methodName()", () => {
it("should ", () => {
// TODO
});
});
});