Files
docx-js/ts/tests/_testTemplate.ts
2017-03-09 22:56:08 +00:00

16 lines
251 B
TypeScript

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